aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peer_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_peer_lib.h')
-rw-r--r--src/include/gnunet_peer_lib.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/gnunet_peer_lib.h b/src/include/gnunet_peer_lib.h
index f94b883f8..4a67878b9 100644
--- a/src/include/gnunet_peer_lib.h
+++ b/src/include/gnunet_peer_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 * @author Christian Grothoff 30 * @author Christian Grothoff
23 * 31 *
24 * @file 32 * @file
@@ -32,6 +40,7 @@
32#ifndef GNUNET_PEER_LIB_H 40#ifndef GNUNET_PEER_LIB_H
33#define GNUNET_PEER_LIB_H 41#define GNUNET_PEER_LIB_H
34 42
43
35#include "gnunet_util_lib.h" 44#include "gnunet_util_lib.h"
36 45
37#ifdef __cplusplus 46#ifdef __cplusplus
@@ -126,4 +135,6 @@ GNUNET_PEER_resolve2 (GNUNET_PEER_Id id);
126 135
127/** @} */ /* end of group */ 136/** @} */ /* end of group */
128 137
138/** @} */ /* end of group addition */
139
129/* end of gnunet_peer_lib.h */ 140/* end of gnunet_peer_lib.h */