summaryrefslogtreecommitdiffstats
path: root/common/textfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/textfile.h')
-rw-r--r--common/textfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/textfile.h b/common/textfile.h
index 803fc231..62ad4b80 100644
--- a/common/textfile.h
+++ b/common/textfile.h
@@ -25,4 +25,5 @@ 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);
+int textfile_del(char *pathname, char *key);
char *textfile_get(char *pathname, char *key);