aboutsummaryrefslogtreecommitdiff
path: root/src/ui/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/message.h')
-rw-r--r--src/ui/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/message.h b/src/ui/message.h
index 84ec7e8..1205881 100644
--- a/src/ui/message.h
+++ b/src/ui/message.h
@@ -44,6 +44,7 @@ typedef enum UI_MESSAGE_Type
44typedef struct UI_MESSAGE_Handle 44typedef struct UI_MESSAGE_Handle
45{ 45{
46 UI_MESSAGE_Type type; 46 UI_MESSAGE_Type type;
47 gboolean media;
47 48
48 struct GNUNET_TIME_Absolute timestamp; 49 struct GNUNET_TIME_Absolute timestamp;
49 const struct GNUNET_CHAT_Message *msg; 50 const struct GNUNET_CHAT_Message *msg;