- indent
[oweals/gnunet.git] / src / namestore / namestore.h
index 49015f158e484697cd5e95285fc716bffe1480e0..0e7ecfda3b522f5d6763325b45e768ce0f13c5aa 100644 (file)
  */
 #define MAX_NAME_LEN 256
 
+/**
+ * Convert a UTF-8 string to UTF-8 lowercase
+ * @param src source string
+ * @return converted result
+ */
+char *
+GNUNET_NAMESTORE_normalize_string (const char *src);
+
 /**
  * Convert a short hash to a string (for printing debug messages).
  * This is one of the very few calls in the entire API that is