summaryrefslogtreecommitdiffstats
path: root/common/textfile.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-05-06 19:56:46 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-05-06 19:56:46 +0000
commitc6f99123f1269ad3742100eec084902a31e774bd (patch)
tree99418f1b5275673f2cfad1f3cd1776dcae3618bd /common/textfile.h
parente7b5f3c69c6a7303b951e7a1398c87a568a16761 (diff)
Implement textfile writing support
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 56a0bc10..8871f53c 100644
--- a/common/textfile.h
+++ b/common/textfile.h
@@ -26,4 +26,5 @@
* $Id$
*/
+int textfile_put(const char *pathname, const char *key, const char *value);
char *textfile_get(const char *pathname, const char *key);