diff options
Diffstat (limited to 'src/gnunet_chat_context.h')
-rw-r--r-- | src/gnunet_chat_context.h | 5 |
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 | |||
42 | struct GNUNET_CHAT_Handle *handle; | 42 | struct GNUNET_CHAT_Handle *handle; |
43 | 43 | ||
44 | enum GNUNET_CHAT_ContextType type; | 44 | enum GNUNET_CHAT_ContextType type; |
45 | char *nick; | 45 | char nick [256 + 1]; |
46 | char *topic; | 46 | char *topic; |
47 | int deleted; | 47 | int deleted; |
48 | 48 | ||
@@ -89,7 +89,4 @@ context_read_records (struct GNUNET_CHAT_Context *context, | |||
89 | void | 89 | void |
90 | context_write_records (struct GNUNET_CHAT_Context *context); | 90 | context_write_records (struct GNUNET_CHAT_Context *context); |
91 | 91 | ||
92 | void | ||
93 | context_delete_records (struct GNUNET_CHAT_Context *context); | ||
94 | |||
95 | #endif /* GNUNET_CHAT_CONTEXT_H_ */ | 92 | #endif /* GNUNET_CHAT_CONTEXT_H_ */ |