diff options
author | jsorg71 <jsorg71> | 2005-12-10 02:26:26 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-12-10 02:26:26 +0000 |
commit | c46c748148bb8e1d6b48bb2740adf6b2d1a11b1b (patch) | |
tree | fbfdf72a7226279c8613d4763bdfff13ebcb8c0c /common/os_calls.h | |
parent | f5151bfc8d63a6d71c68460a03138164f376886d (diff) | |
download | xrdp-proprietary-c46c748148bb8e1d6b48bb2740adf6b2d1a11b1b.tar.gz xrdp-proprietary-c46c748148bb8e1d6b48bb2740adf6b2d1a11b1b.zip |
added g_time1 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 cf26cf20..a2659401 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -167,5 +167,7 @@ g_sigterm(int pid); int g_getuser_info(char* username, int* gid, int* uid, char* shell, char* dir, char* gecos); +int +g_time1(void); #endif |