summaryrefslogtreecommitdiffstats
path: root/common/textfile.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-02-07 09:10:07 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-02-07 09:10:07 +0000
commit71dc4067220c5b994885f63127b4b7eb947002fd (patch)
tree993e1bcb31145dd26f525be0028ce142ce29f72a /common/textfile.h
parentb7d130c68efdeea62d459e5c6c968c89412d9f46 (diff)
Add support for deleting keys
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);