aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_conversation_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_conversation_service.h')
-rw-r--r--src/include/gnunet_conversation_service.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index be5a81cfb..7857a49cf 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup conversation_l2 Conversation service and libraries
23 * @{
24 *
22 * @author Simon Dieterle 25 * @author Simon Dieterle
23 * @author Andreas Fuchs 26 * @author Andreas Fuchs
24 * @author Christian Grothoff 27 * @author Christian Grothoff
@@ -58,6 +61,7 @@ extern "C"
58#endif 61#endif
59#endif 62#endif
60 63
64
61#include "gnunet_util_lib.h" 65#include "gnunet_util_lib.h"
62#include "gnunet_identity_service.h" 66#include "gnunet_identity_service.h"
63#include "gnunet_namestore_service.h" 67#include "gnunet_namestore_service.h"
@@ -147,7 +151,7 @@ typedef void
147 struct GNUNET_CONVERSATION_Caller * 151 struct GNUNET_CONVERSATION_Caller *
148 caller, 152 caller,
149 const struct 153 const struct
150 GNUNET_IDENTITY_PublicKey *caller_id); 154 GNUNET_CRYPTO_PublicKey *caller_id);
151 155
152 156
153/** 157/**
@@ -438,3 +442,5 @@ GNUNET_CONVERSATION_call_stop (struct GNUNET_CONVERSATION_Call *call);
438#endif 442#endif
439 443
440/** @} */ /* end of group */ 444/** @} */ /* end of group */
445
446/** @} */ /* end of group addition */