aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_lib_intern.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_lib_intern.c')
-rw-r--r--src/gnunet_chat_lib_intern.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gnunet_chat_lib_intern.c b/src/gnunet_chat_lib_intern.c
index 3ad5d4f..154de1b 100644
--- a/src/gnunet_chat_lib_intern.c
+++ b/src/gnunet_chat_lib_intern.c
@@ -24,6 +24,18 @@
24 24
25#define GNUNET_UNUSED __attribute__ ((unused)) 25#define GNUNET_UNUSED __attribute__ ((unused))
26 26
27void
28cb_account_creation (void *cls,
29 GNUNET_UNUSED const struct GNUNET_IDENTITY_PrivateKey *pk,
30 GNUNET_UNUSED const char *emsg)
31{
32 GNUNET_assert(cls);
33
34 struct GNUNET_CHAT_Handle *handle = (struct GNUNET_CHAT_Handle*) cls;
35
36 handle->creation_op = NULL;
37}
38
27struct GNUNET_CHAT_HandleIterateContacts 39struct GNUNET_CHAT_HandleIterateContacts
28{ 40{
29 struct GNUNET_CHAT_Handle *handle; 41 struct GNUNET_CHAT_Handle *handle;