diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-29 20:15:56 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-29 20:15:56 +0100 |
commit | b16ca3fa64fc1fa83d40d00d0090cc7fd27a9840 (patch) | |
tree | f7eac0939e9afe2d72cf2208c42f0e9a5e7de4a4 /src/common/util.h | |
parent | 266a86d0b5383db9a998b9b6412947fbbdac58a1 (diff) |
initial plugin config framework, can't save multiple entries
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
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 |