diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2012-02-14 13:45:24 -0800 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2012-02-14 13:45:24 -0800 |
| commit | cadad6e181d2a67698e5eb7cacd6b233ae29eb97 (patch) | |
| tree | e83143e3a2d07493ccfee7c63a43f5f8b1eb4df8 /common/os_calls.h | |
| parent | 2225aa80ad36e88d5a55b743115fd33994703c6f (diff) | |
| download | xrdp-proprietary-cadad6e181d2a67698e5eb7cacd6b233ae29eb97.tar.gz xrdp-proprietary-cadad6e181d2a67698e5eb7cacd6b233ae29eb97.zip | |
/tmp cleanup
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 94b857df..5c7d848e 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -31,6 +31,10 @@ #include "arch.h" +int APP_CC +g_rm_temp_dir(void); +int APP_CC +g_mk_temp_dir(const char* app_name); void APP_CC g_init(const char* app_name); void APP_CC |
