diff options
author | jsorg71 <jsorg71> | 2008-05-08 01:39:54 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-05-08 01:39:54 +0000 |
commit | bb87afc3647ccb3dd75c1dfeb5d79899c10e479d (patch) | |
tree | f67acfe28985bdfbb25bc8fb42f37ef7cdb7d679 /common/os_calls.h | |
parent | 84c94f1c22fd648a23d7fd4930cf3bfac619f03d (diff) | |
download | xrdp-proprietary-bb87afc3647ccb3dd75c1dfeb5d79899c10e479d.tar.gz xrdp-proprietary-bb87afc3647ccb3dd75c1dfeb5d79899c10e479d.zip |
added getuid function
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 73dde4b2..c9707cac 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -207,6 +207,8 @@ g_setgid(int pid); int APP_CC g_initgroups(const char* user, int gid); int APP_CC +g_getuid(void); +int APP_CC g_setuid(int pid); int APP_CC g_waitchild(void); |