summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-09-26 07:14:22 +0000
committerjsorg71 <jsorg71>2007-09-26 07:14:22 +0000
commitaa3ec0131295503504024d011ab576fea00d80aa (patch)
tree606b067017358219aaabc21c10a7f8f52f3cc8d5 /common/os_calls.h
parent50a86abbb9314b2972e772b21a86fd7bf8fcf7db (diff)
downloadxrdp-proprietary-aa3ec0131295503504024d011ab576fea00d80aa.tar.gz
xrdp-proprietary-aa3ec0131295503504024d011ab576fea00d80aa.zip
added g_file_get_size function
Diffstat (limited to 'common/os_calls.h')
-rw-r--r--common/os_calls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h
index 4146c539..f2856288 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -132,6 +132,8 @@ g_remove_dir(const char* dirname);
int APP_CC
g_file_delete(const char* filename);
int APP_CC
+g_file_get_size(const char* filename);
+int APP_CC
g_strlen(const char* text);
char* APP_CC
g_strcpy(char* dest, const char* src);