aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_handle.h')
-rw-r--r--src/gnunet_chat_handle.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/gnunet_chat_handle.h b/src/gnunet_chat_handle.h
index 18ac62c..bca7790 100644
--- a/src/gnunet_chat_handle.h
+++ b/src/gnunet_chat_handle.h
@@ -43,6 +43,8 @@
43#include "gnunet_chat_message.h" 43#include "gnunet_chat_message.h"
44#include "gnunet_chat_uri.h" 44#include "gnunet_chat_uri.h"
45 45
46#include "internal/gnunet_chat_accounts.h"
47
46struct GNUNET_CHAT_Handle; 48struct GNUNET_CHAT_Handle;
47 49
48struct GNUNET_CHAT_InternalServices 50struct GNUNET_CHAT_InternalServices
@@ -60,20 +62,6 @@ struct GNUNET_CHAT_InternalMessages
60 struct GNUNET_CHAT_InternalMessages *prev; 62 struct GNUNET_CHAT_InternalMessages *prev;
61}; 63};
62 64
63struct GNUNET_CHAT_InternalAccounts
64{
65 struct GNUNET_CHAT_Account *account;
66 char *identifier;
67
68 struct GNUNET_CHAT_Handle *handle;
69 struct GNUNET_IDENTITY_Operation *op;
70
71 int wait_for_completion;
72
73 struct GNUNET_CHAT_InternalAccounts *next;
74 struct GNUNET_CHAT_InternalAccounts *prev;
75};
76
77struct GNUNET_CHAT_InternalLobbies 65struct GNUNET_CHAT_InternalLobbies
78{ 66{
79 struct GNUNET_CHAT_Lobby *lobby; 67 struct GNUNET_CHAT_Lobby *lobby;