From 4df66ae0839555369313675df5391146083827e8 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Mon, 21 Mar 2022 13:37:46 +0100 Subject: Updated to use new room details record Signed-off-by: TheJackiMonster --- src/gnunet_chat_context.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/gnunet_chat_context.h') diff --git a/src/gnunet_chat_context.h b/src/gnunet_chat_context.h index cc6d5cc..5bafe53 100644 --- a/src/gnunet_chat_context.h +++ b/src/gnunet_chat_context.h @@ -42,7 +42,7 @@ struct GNUNET_CHAT_Context struct GNUNET_CHAT_Handle *handle; enum GNUNET_CHAT_ContextType type; - char *nick; + char nick [256 + 1]; char *topic; int deleted; @@ -89,7 +89,4 @@ context_read_records (struct GNUNET_CHAT_Context *context, void context_write_records (struct GNUNET_CHAT_Context *context); -void -context_delete_records (struct GNUNET_CHAT_Context *context); - #endif /* GNUNET_CHAT_CONTEXT_H_ */ -- cgit v1.2.3