From 1b67c5337c0704d147ed5e2ce143e553a79a43c5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 5 Aug 2005 08:43:42 +0000 Subject: Update the textfile library --- common/textfile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/textfile.h') diff --git a/common/textfile.h b/common/textfile.h index 8871f53c..4f3cf3d4 100644 --- a/common/textfile.h +++ b/common/textfile.h @@ -26,5 +26,5 @@ * $Id$ */ -int textfile_put(const char *pathname, const char *key, const char *value); -char *textfile_get(const char *pathname, const char *key); +int textfile_put(char *pathname, char *key, char *value); +char *textfile_get(char *pathname, char *key); -- cgit