summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2006-10-28 03:28:59 +0000
committerjsorg71 <jsorg71>2006-10-28 03:28:59 +0000
commitcf00c1707d0cfc3bde2d6bff9a1c73123375abe9 (patch)
tree9457f0f73e5ba3b1233902cbea2b61c7390a2639 /common/os_calls.h
parentfe292cec2017ce10e4fdd42646cc4a2f8c8a19a6 (diff)
downloadxrdp-proprietary-cf00c1707d0cfc3bde2d6bff9a1c73123375abe9.tar.gz
xrdp-proprietary-cf00c1707d0cfc3bde2d6bff9a1c73123375abe9.zip
g_chmod to g_chmod_hex
Diffstat (limited to 'common/os_calls.h')
-rw-r--r--common/os_calls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/os_calls.h b/common/os_calls.h
index ce015b8f..26c7cb09 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -100,7 +100,7 @@ g_file_lock(int fd, int start, int len);
int
g_set_file_rights(char* filename, int read, int write);
int
-g_chmod(char* filename, int flags);
+g_chmod_hex(char* filename, int flags);
int
g_mkdir(char* dirname);
char*