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.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ui/accounts.h b/src/ui/accounts.h
index 63b0af2..285f97e 100644
--- a/src/ui/accounts.h
+++ b/src/ui/accounts.h
@@ -28,8 +28,11 @@
28#include <stdlib.h> 28#include <stdlib.h>
29#include <curses.h> 29#include <curses.h>
30 30
31#include <gnunet/platform.h>
32#include <gnunet/gnunet_chat_lib.h>
33#include <gnunet/gnunet_util_lib.h>
34
31struct MESSENGER_Application; 35struct MESSENGER_Application;
32struct GNUNET_CHAT_Account;
33 36
34typedef struct UI_ACCOUNTS_Handle 37typedef struct UI_ACCOUNTS_Handle
35{ 38{
@@ -44,11 +47,11 @@ typedef struct UI_ACCOUNTS_Handle
44 47
45void 48void
46accounts_event(UI_ACCOUNTS_Handle *accounts, 49accounts_event(UI_ACCOUNTS_Handle *accounts,
47 struct MESSENGER_Application *app, 50 struct MESSENGER_Application *app,
48 int key); 51 int key);
49 52
50void 53void
51accounts_print(UI_ACCOUNTS_Handle *accounts, 54accounts_print(UI_ACCOUNTS_Handle *accounts,
52 struct MESSENGER_Application *app); 55 struct MESSENGER_Application *app);
53 56
54#endif /* UI_ACCOUNTS_H_ */ 57#endif /* UI_ACCOUNTS_H_ */