diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2012-05-26 21:20:19 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2012-05-26 21:20:19 -0700 |
commit | 62bf3c61f530024284c56a126a407c537220e28f (patch) | |
tree | 633da4552bc740ffa652f0b6c0adb1758479b5e7 /common/os_calls.h | |
parent | 0566da74ebd6427a0e716a7a771209045f3dafe9 (diff) | |
download | xrdp-proprietary-62bf3c61f530024284c56a126a407c537220e28f.tar.gz xrdp-proprietary-62bf3c61f530024284c56a126a407c537220e28f.zip |
xrdp: pid file fixes
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 009a9079..ddcb59d8 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -161,6 +161,8 @@ g_directory_exist(const char* dirname); int APP_CC g_create_dir(const char* dirname); int APP_CC +g_create_path(const char* path); +int APP_CC g_remove_dir(const char* dirname); int APP_CC g_file_delete(const char* filename); |