diff options
author | jsorg71 <jsorg71> | 2009-04-20 04:31:24 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2009-04-20 04:31:24 +0000 |
commit | c6b9952fa2ca89613e021ad8f64c6718b3442997 (patch) | |
tree | a2aefe06b1e69b8cd1ded5b6225d9c84b25a711f /common/os_calls.h | |
parent | da9934395772c727968e3a67eed13231bc9ec607 (diff) | |
download | xrdp-proprietary-c6b9952fa2ca89613e021ad8f64c6718b3442997.tar.gz xrdp-proprietary-c6b9952fa2ca89613e021ad8f64c6718b3442997.zip |
work on chansrv
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index 6ae5780b..751734fd 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -191,6 +191,8 @@ g_system(char* aexec); char* APP_CC g_get_strerror(void); int APP_CC +g_get_errno(void); +int APP_CC g_execvp(const char* p1, char* args[]); int APP_CC g_execlp3(const char* a1, const char* a2, const char* a3); |