summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/os_calls.h')
-rw-r--r--common/os_calls.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/os_calls.h b/common/os_calls.h
index 52d958ee..fb7e1feb 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -139,9 +139,11 @@ int
g_system(char* aexec);
char*
g_get_strerror(void);
-void
+int
g_execvp(char* p1, char* args[]);
int
+g_execlp(int num_params, char* param1, ...);
+int
g_execlp3(char* a1, char* a2, char* a3);
int
g_execlp11(char* a1, char* a2, char* a3, char* a4, char* a5, char* a6,