aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_group.h')
-rw-r--r--src/gnunet_chat_group.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gnunet_chat_group.h b/src/gnunet_chat_group.h
index 35b7e40..c0127bc 100644
--- a/src/gnunet_chat_group.h
+++ b/src/gnunet_chat_group.h
@@ -25,12 +25,19 @@
25#ifndef GNUNET_CHAT_GROUP_H_ 25#ifndef GNUNET_CHAT_GROUP_H_
26#define GNUNET_CHAT_GROUP_H_ 26#define GNUNET_CHAT_GROUP_H_
27 27
28#include <gnunet/gnunet_regex_service.h>
29
28#include "gnunet_chat_context.h" 30#include "gnunet_chat_context.h"
29 31
30struct GNUNET_CHAT_Group 32struct GNUNET_CHAT_Group
31{ 33{
32 struct GNUNET_CHAT_Handle *handle; 34 struct GNUNET_CHAT_Handle *handle;
33 struct GNUNET_CHAT_Context *context; 35 struct GNUNET_CHAT_Context *context;
36
37 int is_public;
38
39 struct GNUNET_REGEX_Announcement *announcement;
40 struct GNUNET_REGEX_Search *search;
34}; 41};
35 42
36struct GNUNET_CHAT_Group* 43struct GNUNET_CHAT_Group*