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 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);