diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-08-05 08:43:42 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-08-05 08:43:42 +0000 |
commit | 1b67c5337c0704d147ed5e2ce143e553a79a43c5 (patch) | |
tree | c8c7ba588294cb2e9470ad7ccd70fd7f1daf850a /common/textfile.h | |
parent | ad3049f07e580ee1ffb235afea1e368c4c46a639 (diff) |
Update the textfile library
Diffstat (limited to 'common/textfile.h')
-rw-r--r-- | common/textfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |