aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_op_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_op_lib.h')
-rw-r--r--src/include/gnunet_op_lib.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/gnunet_op_lib.h b/src/include/gnunet_op_lib.h
index 77fa7f955..e028fb7fb 100644
--- a/src/include/gnunet_op_lib.h
+++ b/src/include/gnunet_op_lib.h
@@ -18,7 +18,15 @@
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20 20
21#if !defined (__GNUNET_UTIL_LIB_H_INSIDE__)
22#error "Only <gnunet_util_lib.h> can be included directly."
23#endif
24
21/** 25/**
26 * @addtogroup libgnunetutil
27 * Multi-function utilities library for GNUnet programs
28 * @{
29 *
22 * @file 30 * @file
23 * Asynchronous operations; register callbacks for operations and call them when a response arrives. 31 * Asynchronous operations; register callbacks for operations and call them when a response arrives.
24 * 32 *
@@ -28,6 +36,7 @@
28#ifndef GNUNET_OP_H 36#ifndef GNUNET_OP_H
29#define GNUNET_OP_H 37#define GNUNET_OP_H
30 38
39
31#include "gnunet_util_lib.h" 40#include "gnunet_util_lib.h"
32 41
33/** 42/**
@@ -153,3 +162,5 @@ GNUNET_OP_remove (struct GNUNET_OP_Handle *h,
153 162
154 163
155#endif // GNUNET_OP_H 164#endif // GNUNET_OP_H
165
166/** @} */ /* end of group addition */