aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index 125b294..f8bfc6b 100644
--- a/src/application.h
+++ b/src/application.h
@@ -36,6 +36,7 @@
36#include "ui/new_group.h" 36#include "ui/new_group.h"
37#include "ui/new_platform.h" 37#include "ui/new_platform.h"
38#include "ui/new_profile.h" 38#include "ui/new_profile.h"
39#include "ui/send_file.h"
39#include "ui/settings.h" 40#include "ui/settings.h"
40 41
41#include "util.h" 42#include "util.h"
@@ -72,10 +73,13 @@ typedef struct MESSENGER_Application
72 73
73 UI_MESSENGER_Handle messenger; 74 UI_MESSENGER_Handle messenger;
74 75
76 UI_SEND_FILE_Handle send_file;
77
75 UI_NEW_CONTACT_Handle new_contact; 78 UI_NEW_CONTACT_Handle new_contact;
76 UI_NEW_GROUP_Handle new_group; 79 UI_NEW_GROUP_Handle new_group;
77 UI_NEW_PLATFORM_Handle new_platform; 80 UI_NEW_PLATFORM_Handle new_platform;
78 UI_NEW_PROFILE_Handle new_profile; 81 UI_NEW_PROFILE_Handle new_profile;
82
79 UI_CONTACTS_Handle contacts; 83 UI_CONTACTS_Handle contacts;
80 UI_SETTINGS_Handle settings; 84 UI_SETTINGS_Handle settings;
81 } ui; 85 } ui;