aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-11-15 14:50:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-11-15 14:50:56 +0000
commit6f3db5a9f86d272c27ba8c5b3da3849c536b66e6 (patch)
tree5c31256b34d84af1ee4ca57155c00e9d437202a5 /src/namestore/namestore.h
parentc592e22bd5c98416b81c66ccd0abb79ccb82540a (diff)
downloadgnunet-6f3db5a9f86d272c27ba8c5b3da3849c536b66e6.tar.gz
gnunet-6f3db5a9f86d272c27ba8c5b3da3849c536b66e6.zip
implementing mantis 0002193
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 49015f158..42cc2b2d1 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -32,6 +32,14 @@
32#define MAX_NAME_LEN 256 32#define MAX_NAME_LEN 256
33 33
34/** 34/**
35 * Convert a string from to local codeset to UTF-8 lowercase
36 * @param src source string
37 * @return converted result
38 */
39char *
40GNUNET_NAMESTORE_normalize_string (const char *src);
41
42/**
35 * Convert a short hash to a string (for printing debug messages). 43 * Convert a short hash to a string (for printing debug messages).
36 * This is one of the very few calls in the entire API that is 44 * This is one of the very few calls in the entire API that is
37 * NOT reentrant! 45 * NOT reentrant!