summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2006-09-18 04:37:05 +0000
committerjsorg71 <jsorg71>2006-09-18 04:37:05 +0000
commitacc5edf33de1c67a0842eeef4407356aebea8536 (patch)
tree2cc0a059e36a456c95590ac4473f10cd1676e323 /common/os_calls.h
parent9a5e4d594fdda4dff931df8c19601047b2395b55 (diff)
downloadxrdp-proprietary-acc5edf33de1c67a0842eeef4407356aebea8536.tar.gz
xrdp-proprietary-acc5edf33de1c67a0842eeef4407356aebea8536.zip
got g_file_open working with read only files and added an exe function
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,