diff options
Diffstat (limited to 'src/gnunet_chat_util.h')
-rw-r--r-- | src/gnunet_chat_util.h | 11 |
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, | |||
149 | char **filename); | 149 | char **filename); |
150 | 150 | ||
151 | /** | 151 | /** |
152 | * Allocates a new string representing the lower case versionn | ||
153 | * of a given <i>name</i> to work properly with the EGO naming | ||
154 | * scheme for example. | ||
155 | * | ||
156 | * @param[in] name Name | ||
157 | * @return Lower case name | ||
158 | */ | ||
159 | char* | ||
160 | util_get_lower(const char *name); | ||
161 | |||
162 | /** | ||
152 | * Construct a composed <i>label</i> from a given context | 163 | * Construct a composed <i>label</i> from a given context |
153 | * <i>type</i> and the <i>hash</i> of the contexts room. | 164 | * <i>type</i> and the <i>hash</i> of the contexts room. |
154 | * | 165 | * |