aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_util.c')
-rw-r--r--src/gnunet_chat_util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gnunet_chat_util.c b/src/gnunet_chat_util.c
index ae70918..de17e0c 100644
--- a/src/gnunet_chat_util.c
+++ b/src/gnunet_chat_util.c
@@ -314,8 +314,9 @@ util_get_context_label (enum GNUNET_CHAT_ContextType type,
314 ); 314 );
315} 315}
316 316
317int util_lobby_name (const struct GNUNET_HashCode *hash, 317int
318 char **name) 318util_lobby_name (const struct GNUNET_HashCode *hash,
319 char **name)
319{ 320{
320 return GNUNET_asprintf ( 321 return GNUNET_asprintf (
321 name, 322 name,