From d9aa4a2058eace37d5c2d15508b4c4d9962c2bb5 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 26 Feb 2007 20:48:15 +0000 Subject: Add textfile_caseput function --- 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 11d42d1e..f6559fea 100644 --- a/common/textfile.h +++ b/common/textfile.h @@ -30,6 +30,7 @@ int create_name(char *buf, size_t size, const char *path, const char *address, const char *name); int textfile_put(const char *pathname, const char *key, const char *value); +int textfile_caseput(const char *pathname, const char *key, const char *value); int textfile_del(const char *pathname, const char *key); int textfile_casedel(const char *pathname, const char *key); char *textfile_get(const char *pathname, const char *key); -- cgit