aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_group.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-06-21 14:22:07 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2021-06-21 14:22:07 +0200
commit5200796f0fe43ba498eaa7ea5c81e46cdc2d8116 (patch)
treeb69dfcd0fdc1400297a0908ac2189370d2c739e9 /src/gnunet_chat_group.h
parent26be0917d6b987b4a344aa9cbae71a8c89822da2 (diff)
downloadlibgnunetchat-5200796f0fe43ba498eaa7ea5c81e46cdc2d8116.tar.gz
libgnunetchat-5200796f0fe43ba498eaa7ea5c81e46cdc2d8116.zip
First refinements of the overall API
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/gnunet_chat_group.h')
-rw-r--r--src/gnunet_chat_group.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gnunet_chat_group.h b/src/gnunet_chat_group.h
index b2a581c..35b7e40 100644
--- a/src/gnunet_chat_group.h
+++ b/src/gnunet_chat_group.h
@@ -31,12 +31,11 @@ struct GNUNET_CHAT_Group
31{ 31{
32 struct GNUNET_CHAT_Handle *handle; 32 struct GNUNET_CHAT_Handle *handle;
33 struct GNUNET_CHAT_Context *context; 33 struct GNUNET_CHAT_Context *context;
34
35 char *name;
36}; 34};
37 35
38struct GNUNET_CHAT_Group* 36struct GNUNET_CHAT_Group*
39group_create(struct GNUNET_CHAT_Handle *handle); 37group_create(struct GNUNET_CHAT_Handle *handle,
38 const char *topic);
40 39
41void 40void
42group_destroy(struct GNUNET_CHAT_Group* group); 41group_destroy(struct GNUNET_CHAT_Group* group);