diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h index 8e0149b..8dc92a2 100644 --- a/src/application.h +++ b/src/application.h | |||
@@ -32,6 +32,7 @@ | |||
32 | 32 | ||
33 | #include "ui/about.h" | 33 | #include "ui/about.h" |
34 | #include "ui/accounts.h" | 34 | #include "ui/accounts.h" |
35 | #include "ui/contact_info.h" | ||
35 | #include "ui/contacts.h" | 36 | #include "ui/contacts.h" |
36 | #include "ui/delete_messages.h" | 37 | #include "ui/delete_messages.h" |
37 | #include "ui/invite_contact.h" | 38 | #include "ui/invite_contact.h" |
@@ -94,9 +95,10 @@ typedef struct MESSENGER_Application | |||
94 | UI_MESSENGER_Handle messenger; | 95 | UI_MESSENGER_Handle messenger; |
95 | UI_ABOUT_Handle about; | 96 | UI_ABOUT_Handle about; |
96 | 97 | ||
98 | UI_CONTACT_INFO_Handle contact_info; | ||
99 | UI_DELETE_MESSAGES_Handle delete_messages; | ||
97 | UI_INVITE_CONTACT_Handle invite_contact; | 100 | UI_INVITE_CONTACT_Handle invite_contact; |
98 | UI_SEND_FILE_Handle send_file; | 101 | UI_SEND_FILE_Handle send_file; |
99 | UI_DELETE_MESSAGES_Handle delete_messages; | ||
100 | 102 | ||
101 | UI_NEW_CONTACT_Handle new_contact; | 103 | UI_NEW_CONTACT_Handle new_contact; |
102 | UI_NEW_GROUP_Handle new_group; | 104 | UI_NEW_GROUP_Handle new_group; |