aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h
index 9230062d..be6b0e9e 100644
--- a/src/conversation/gnunet-conversation-gtk.h
+++ b/src/conversation/gnunet-conversation-gtk.h
@@ -23,7 +23,7 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include <gnunet/gnunet_util_lib.h> 25#include <gnunet/gnunet_util_lib.h>
26 26#include <stdbool.h>
27 27
28#ifndef GNUNET_CONVERSATION_GTK_H 28#ifndef GNUNET_CONVERSATION_GTK_H
29#define GNUNET_CONVERSATION_GTK_H 29#define GNUNET_CONVERSATION_GTK_H
@@ -257,6 +257,13 @@ static struct CallList *cl_tail;
257static unsigned int line; 257static unsigned int line;
258 258
259//static unsigned int line1; 259//static unsigned int line1;
260/**
261 * debug box enabled
262 */
263
264static unsigned int debug_box_enabled;
265
266
260 267
261/** 268/**
262 * Our speaker. 269 * Our speaker.