summaryrefslogtreecommitdiffstats
path: root/common/textfile.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-08-31 08:31:39 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-08-31 08:31:39 +0000
commit406212bb1c90b4454167d0ed9984d4f6c6a4efe0 (patch)
treecd6d3c5c27be86b431094eaf1424d938a5f28dd9 /common/textfile.h
parent75dc7cdf39d34c98244c7b98340a1541c421ed68 (diff)
Add textfile_caseget() function
Diffstat (limited to 'common/textfile.h')
-rw-r--r--common/textfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/textfile.h b/common/textfile.h
index 74e67eca..d89720d7 100644
--- a/common/textfile.h
+++ b/common/textfile.h
@@ -32,6 +32,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);
char *textfile_get(const char *pathname, const char *key);
+char *textfile_caseget(const char *pathname, const char *key);
int textfile_foreach(const char *pathname,
void (*func)(char *key, char *value, void *data), void *data);