From 44385c0baa98b0e27dad39cb8bd0e33ce5a027f6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 30 Aug 2005 00:35:39 +0000 Subject: Move create_dirs() and create_file() into the textfile library --- common/textfile.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/textfile.h') 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); -- cgit