aboutsummaryrefslogtreecommitdiff
path: root/src/ui/accounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/accounts.h')
-rw-r--r--src/ui/accounts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/accounts.h b/src/ui/accounts.h
index a48411d..2ca55b5 100644
--- a/src/ui/accounts.h
+++ b/src/ui/accounts.h
@@ -32,7 +32,7 @@
32#include <gnunet/gnunet_chat_lib.h> 32#include <gnunet/gnunet_chat_lib.h>
33#include <gnunet/gnunet_util_lib.h> 33#include <gnunet/gnunet_util_lib.h>
34 34
35#include "account_create.h" 35#include "account_create_dialog.h"
36 36
37struct MESSENGER_Application; 37struct MESSENGER_Application;
38 38
@@ -46,7 +46,7 @@ typedef struct UI_ACCOUNTS_Handle
46 46
47 struct GNUNET_CHAT_Account *selected; 47 struct GNUNET_CHAT_Account *selected;
48 48
49 UI_ACCOUNT_CREATE_Handle create; 49 UI_ACCOUNT_CREATE_DIALOG_Handle create_dialog;
50} UI_ACCOUNTS_Handle; 50} UI_ACCOUNTS_Handle;
51 51
52void 52void