diff options
author | Ian Geiser <geiseri@geekcentral.pub> | 2017-07-13 12:01:07 -0400 |
---|---|---|
committer | metalefty <meta@vmeta.jp> | 2017-07-14 20:52:38 +0900 |
commit | 4b87548b71566e066a3186c5e0258cfd4a1fedf1 (patch) | |
tree | 77fd0da1350b0d8a1749f9c91ef3e5f593ad918a /common/os_calls.h | |
parent | 59a7e8aedfdac1ebea0b1e6d362601b6040386ef (diff) | |
download | xrdp-proprietary-4b87548b71566e066a3186c5e0258cfd4a1fedf1.tar.gz xrdp-proprietary-4b87548b71566e066a3186c5e0258cfd4a1fedf1.zip |
Use g_create_path instead of g_create_dir
Rename g_mk_temp_dir to g_mk_socket_path
Diffstat (limited to 'common/os_calls.h')
-rw-r--r-- | common/os_calls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index 90db706d..98f87b3e 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -38,7 +38,7 @@ #define g_close_wait_obj g_delete_wait_obj int g_rm_temp_dir(void); -int g_mk_temp_dir(const char* app_name); +int g_mk_socket_path(const char* app_name); void g_init(const char* app_name); void g_deinit(void); void* g_malloc(int size, int zero); |