aboutsummaryrefslogtreecommitdiff
path: root/src/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat.h')
-rw-r--r--src/chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chat.h b/src/chat.h
index 0635336..8d5cd0b 100644
--- a/src/chat.h
+++ b/src/chat.h
@@ -37,6 +37,8 @@ typedef struct MESSENGER_Chat
37 struct GNUNET_CHAT_Context *context; 37 struct GNUNET_CHAT_Context *context;
38 38
39 struct GNUNET_SCHEDULER_Task *idle; 39 struct GNUNET_SCHEDULER_Task *idle;
40
41 int quit;
40} MESSENGER_Chat; 42} MESSENGER_Chat;
41 43
42void 44void