diff options
Diffstat (limited to 'src/chat.h')
-rw-r--r-- | src/chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ typedef struct MESSENGER_Chat struct GNUNET_CHAT_Context *context; struct GNUNET_SCHEDULER_Task *idle; + + int quit; } MESSENGER_Chat; void |