diff options
Diffstat (limited to 'src/ui/accounts.h')
-rw-r--r-- | src/ui/accounts.h | 9 |
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 @@ #include <stdlib.h> #include <curses.h> +#include <gnunet/platform.h> +#include <gnunet/gnunet_chat_lib.h> +#include <gnunet/gnunet_util_lib.h> + struct MESSENGER_Application; -struct GNUNET_CHAT_Account; typedef struct UI_ACCOUNTS_Handle { @@ -44,11 +47,11 @@ typedef struct UI_ACCOUNTS_Handle void accounts_event(UI_ACCOUNTS_Handle *accounts, - struct MESSENGER_Application *app, + struct MESSENGER_Application *app, int key); void accounts_print(UI_ACCOUNTS_Handle *accounts, - struct MESSENGER_Application *app); + struct MESSENGER_Application *app); #endif /* UI_ACCOUNTS_H_ */ |