aboutsummaryrefslogtreecommitdiff
path: root/src/ui/new_group.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-12-18 00:52:46 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-12-18 00:52:46 +0100
commitaf8c864f72b0beafbd63c063bf257069af830b21 (patch)
treed29a00e708181ba289a9a9da2f6c3a5b41bcdc35 /src/ui/new_group.h
parentfbeb2aa851dee6cfb83cea0b044df609e029f46c (diff)
downloadmessenger-gtk-af8c864f72b0beafbd63c063bf257069af830b21.tar.gz
messenger-gtk-af8c864f72b0beafbd63c063bf257069af830b21.zip
Added dialog to send files
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/new_group.h')
-rw-r--r--src/ui/new_group.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/new_group.h b/src/ui/new_group.h
index 634039e..0b8dd44 100644
--- a/src/ui/new_group.h
+++ b/src/ui/new_group.h
@@ -25,6 +25,8 @@
25#ifndef UI_NEW_GROUP_H_ 25#ifndef UI_NEW_GROUP_H_
26#define UI_NEW_GROUP_H_ 26#define UI_NEW_GROUP_H_
27 27
28#include "messenger.h"
29
28typedef struct UI_NEW_GROUP_Handle 30typedef struct UI_NEW_GROUP_Handle
29{ 31{
30 GList *contact_entries; 32 GList *contact_entries;