aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_context.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-03-21 13:37:46 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-03-21 13:37:46 +0100
commit4df66ae0839555369313675df5391146083827e8 (patch)
tree3a08ccef83272e204061c112c5d46e1cd381ae3e /src/gnunet_chat_context.h
parent66c08d87a9785e4725a401aff69501d7b72be8f9 (diff)
downloadlibgnunetchat-4df66ae0839555369313675df5391146083827e8.tar.gz
libgnunetchat-4df66ae0839555369313675df5391146083827e8.zip
Updated to use new room details record
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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
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,
89void 89void
90context_write_records (struct GNUNET_CHAT_Context *context); 90context_write_records (struct GNUNET_CHAT_Context *context);
91 91
92void
93context_delete_records (struct GNUNET_CHAT_Context *context);
94
95#endif /* GNUNET_CHAT_CONTEXT_H_ */ 92#endif /* GNUNET_CHAT_CONTEXT_H_ */