From a59e6d0bdc38728c96254f589fa2e64f0542a8a8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 7 Nov 2006 20:34:46 +0000 Subject: Add textfile_casedel() 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 d89720d7..b1a31100 100644 --- a/common/textfile.h +++ b/common/textfile.h @@ -31,6 +31,7 @@ int create_name(char *buf, size_t size, const char *path, int textfile_put(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); char *textfile_caseget(const char *pathname, const char *key); -- cgit