summaryrefslogtreecommitdiffstats
path: root/common/os_calls.h
diff options
context:
space:
mode:
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 2fd0f6f0..cf26cf20 100644
--- a/common/os_calls.h
+++ b/common/os_calls.h
@@ -102,6 +102,8 @@ g_set_current_dir(char* dirname);
int
g_file_exist(char* filename);
int
+g_file_delete(char* filename);
+int
g_strlen(char* text);
char*
g_strcpy(char* dest, char* src);