From c6f99123f1269ad3742100eec084902a31e774bd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 6 May 2005 19:56:46 +0000 Subject: Implement textfile writing support --- common/textfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/textfile.h') 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); -- cgit