summaryrefslogtreecommitdiffstats
path: root/common/textfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/textfile.h')
-rw-r--r--common/textfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/textfile.h b/common/textfile.h
index 4f3cf3d4..bd7c7470 100644
--- a/common/textfile.h
+++ b/common/textfile.h
@@ -26,5 +26,8 @@
* $Id$
*/
+int create_dirs(char *filename, mode_t mode);
+int create_file(char *filename, mode_t mode);
+
int textfile_put(char *pathname, char *key, char *value);
char *textfile_get(char *pathname, char *key);