aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dnsparser_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dnsparser_lib.h')
-rw-r--r--src/include/gnunet_dnsparser_lib.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/gnunet_dnsparser_lib.h b/src/include/gnunet_dnsparser_lib.h
index e800442dc..9680af329 100644
--- a/src/include/gnunet_dnsparser_lib.h
+++ b/src/include/gnunet_dnsparser_lib.h
@@ -19,10 +19,15 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_dnsparser_lib.h
23 * @brief API for helper library to parse DNS packets.
24 * @author Philipp Toelke 22 * @author Philipp Toelke
25 * @author Christian Grothoff 23 * @author Christian Grothoff
24 *
25 * @file
26 * API for helper library to parse DNS packets.
27 *
28 * @defgroup dns-parser DNS parser library
29 * Helper library to parse DNS packets.
30 * @{
26 */ 31 */
27#ifndef GNUNET_DNSPARSER_LIB_H 32#ifndef GNUNET_DNSPARSER_LIB_H
28#define GNUNET_DNSPARSER_LIB_H 33#define GNUNET_DNSPARSER_LIB_H
@@ -883,5 +888,6 @@ size_t
883GNUNET_DNSPARSER_hex_to_bin (const char *hex, 888GNUNET_DNSPARSER_hex_to_bin (const char *hex,
884 void *data); 889 void *data);
885 890
891/** @} */ /* end of group */
886 892
887#endif 893#endif