aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chats.h')
-rw-r--r--src/ui/chats.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/chats.h b/src/ui/chats.h
index 9ffee88..85a84eb 100644
--- a/src/ui/chats.h
+++ b/src/ui/chats.h
@@ -32,6 +32,8 @@
32#include <gnunet/gnunet_chat_lib.h> 32#include <gnunet/gnunet_chat_lib.h>
33#include <gnunet/gnunet_util_lib.h> 33#include <gnunet/gnunet_util_lib.h>
34 34
35#include "chat_open_dialog.h"
36
35struct MESSENGER_Application; 37struct MESSENGER_Application;
36 38
37typedef struct UI_CHATS_Handle 39typedef struct UI_CHATS_Handle
@@ -43,6 +45,8 @@ typedef struct UI_CHATS_Handle
43 int line_selected; 45 int line_selected;
44 46
45 struct GNUNET_CHAT_Context *selected; 47 struct GNUNET_CHAT_Context *selected;
48
49 UI_CHAT_OPEN_DIALOG_Handle open_dialog;
46} UI_CHATS_Handle; 50} UI_CHATS_Handle;
47 51
48void 52void