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, 4 insertions, 0 deletions
diff --git a/src/ui/accounts.h b/src/ui/accounts.h
index 285f97e..a48411d 100644
--- a/src/ui/accounts.h
+++ b/src/ui/accounts.h
@@ -32,6 +32,8 @@
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"
36
35struct MESSENGER_Application; 37struct MESSENGER_Application;
36 38
37typedef struct UI_ACCOUNTS_Handle 39typedef struct UI_ACCOUNTS_Handle
@@ -43,6 +45,8 @@ typedef struct UI_ACCOUNTS_Handle
43 int line_selected; 45 int line_selected;
44 46
45 struct GNUNET_CHAT_Account *selected; 47 struct GNUNET_CHAT_Account *selected;
48
49 UI_ACCOUNT_CREATE_Handle create;
46} UI_ACCOUNTS_Handle; 50} UI_ACCOUNTS_Handle;
47 51
48void 52void