aboutsummaryrefslogtreecommitdiff
path: root/src/ui/accounts.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-05-19 23:58:50 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-05-19 23:58:50 +0200
commit07bdb5aed83867106b0d7a87969e3164aefee9d6 (patch)
treedad1cff377357531e0dc86892a06f0db6b97b49b /src/ui/accounts.h
parent31f06baed66c24e82e3cf50326ef66ec2b8ab8c6 (diff)
downloadmessenger-cli-07bdb5aed83867106b0d7a87969e3164aefee9d6.tar.gz
messenger-cli-07bdb5aed83867106b0d7a87969e3164aefee9d6.zip
Added account creation as option to the list
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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