aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index f8bfc6b..2e18f64 100644
--- a/src/application.h
+++ b/src/application.h
@@ -31,6 +31,7 @@
31#include "chat/messenger.h" 31#include "chat/messenger.h"
32 32
33#include "ui/contacts.h" 33#include "ui/contacts.h"
34#include "ui/invite_contact.h"
34#include "ui/messenger.h" 35#include "ui/messenger.h"
35#include "ui/new_contact.h" 36#include "ui/new_contact.h"
36#include "ui/new_group.h" 37#include "ui/new_group.h"
@@ -73,6 +74,7 @@ typedef struct MESSENGER_Application
73 74
74 UI_MESSENGER_Handle messenger; 75 UI_MESSENGER_Handle messenger;
75 76
77 UI_INVITE_CONTACT_Handle invite_contact;
76 UI_SEND_FILE_Handle send_file; 78 UI_SEND_FILE_Handle send_file;
77 79
78 UI_NEW_CONTACT_Handle new_contact; 80 UI_NEW_CONTACT_Handle new_contact;