summaryrefslogtreecommitdiff
path: root/src/gnunet_chat_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_util.h')
-rw-r--r--src/gnunet_chat_util.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gnunet_chat_util.h b/src/gnunet_chat_util.h
index 55f13de..8845eab 100644
--- a/src/gnunet_chat_util.h
+++ b/src/gnunet_chat_util.h
@@ -149,6 +149,17 @@ util_get_filename (const char *directory,
char **filename);
/**
+ * Allocates a new string representing the lower case versionn
+ * of a given <i>name</i> to work properly with the EGO naming
+ * scheme for example.
+ *
+ * @param[in] name Name
+ * @return Lower case name
+ */
+char*
+util_get_lower(const char *name);
+
+/**
* Construct a composed <i>label</i> from a given context
* <i>type</i> and the <i>hash</i> of the contexts room.
*