summaryrefslogtreecommitdiff
path: root/src/gnunet_chat_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_context.h')
-rw-r--r--src/gnunet_chat_context.h5
1 files changed, 1 insertions, 4 deletions
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_ */