summary refs log tree commit diff stats
path: root/src/common/util.h
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-29 20:15:56 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-29 20:15:56 +0100
commitb16ca3fa64fc1fa83d40d00d0090cc7fd27a9840 (patch)
treef7eac0939e9afe2d72cf2208c42f0e9a5e7de4a4 /src/common/util.h
parent266a86d0b5383db9a998b9b6412947fbbdac58a1 (diff)
initial plugin config framework, can't save multiple entries
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 92d2a843..bee6ec3c 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -56,5 +56,6 @@ int token_foreach (char *str, char sep, int (*callback) (char *str, void *ud), v
 guint32 str_hash (const char *key);
 guint32 str_ihash (const unsigned char *key);
 void safe_strcpy (char *dest, const char *src, int bytes_left);
+void canonalize_key (char *key);
 
 #endif