aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chats.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-05-20 22:50:50 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-05-20 22:50:50 +0200
commit05d021e3994fc03341568053371f6f60ec848504 (patch)
tree5d26cca6c10ec8c8b87ea6997a53750df691fc7d /src/ui/chats.h
parent07bdb5aed83867106b0d7a87969e3164aefee9d6 (diff)
downloadmessenger-cli-05d021e3994fc03341568053371f6f60ec848504.tar.gz
messenger-cli-05d021e3994fc03341568053371f6f60ec848504.zip
Added dialog to open chat with custom topic
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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