diff options
author | jsorg71 <jsorg71> | 2007-09-15 05:48:13 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-09-15 05:48:13 +0000 |
commit | d5a89b8ce104285bcc697e1ac8df7432ac686623 (patch) | |
tree | 02aaddef14666151d4d8430fec31e58882c9c1a1 /common/os_calls.h | |
parent | 668c704a162291779cb235c6d1afa6dfc629472c (diff) | |
download | xrdp-proprietary-d5a89b8ce104285bcc697e1ac8df7432ac686623.tar.gz xrdp-proprietary-d5a89b8ce104285bcc697e1ac8df7432ac686623.zip |
added init and deinit functions and windows unicode fixes
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index 845c2558..79c07093 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -27,6 +27,10 @@ #include "arch.h" +void APP_CC +g_init(void); +void APP_CC +g_deinit(void); void* APP_CC g_malloc(int size, int zero); void APP_CC |