diff --git a/data/Shell.interface b/data/Shell.interface index 74b68c4..984af4d 100644 --- a/data/Shell.interface +++ b/data/Shell.interface @@ -2,12 +2,12 @@ service=Shell [call::exec] -ret=UINT +ret=INT16 arg1=STRING,program arg2=STRING[],argv arg3=STRING[],envp arg4=STRING,cwd [call::run] -ret=INT8 +ret=INT16 arg1=STRING,command