aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_json_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_gnsrecord_json_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_json_lib.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/gnunet_gnsrecord_json_lib.h b/src/include/gnunet_gnsrecord_json_lib.h
index 966461705..5bc48034b 100644
--- a/src/include/gnunet_gnsrecord_json_lib.h
+++ b/src/include/gnunet_gnsrecord_json_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup GNS
23 * @{
24 *
22 * @author Martin Schanzenbach 25 * @author Martin Schanzenbach
23 * 26 *
24 * @file 27 * @file
@@ -34,6 +37,7 @@
34#ifndef GNUNET_GNSRECORD_JSON_LIB_H 37#ifndef GNUNET_GNSRECORD_JSON_LIB_H
35#define GNUNET_GNSRECORD_JSON_LIB_H 38#define GNUNET_GNSRECORD_JSON_LIB_H
36 39
40
37#include "gnunet_gnsrecord_lib.h" 41#include "gnunet_gnsrecord_lib.h"
38#include "gnunet_json_lib.h" 42#include "gnunet_json_lib.h"
39 43
@@ -69,5 +73,15 @@ GNUNET_GNSRECORD_JSON_from_gnsrecord (const char*rname,
69 const struct GNUNET_GNSRECORD_Data *rd, 73 const struct GNUNET_GNSRECORD_Data *rd,
70 unsigned int rd_count); 74 unsigned int rd_count);
71 75
76#if 0 /* keep Emacsens' auto-indent happy */
77{
78#endif
79#ifdef __cplusplus
80}
81#endif
72 82
73#endif 83#endif
84
85/** @} */ /* end of group */
86
87/** @} */ /* end of group addition */