aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_strings_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_strings_lib.h')
-rw-r--r--src/include/gnunet_strings_lib.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index e02884d40..a9e487cfa 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -19,15 +19,18 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_strings_lib.h
23 * @brief strings and string handling functions (including malloc
24 * and string tokenizing)
25 *
26 * @author Christian Grothoff 22 * @author Christian Grothoff
27 * @author Krista Bennett 23 * @author Krista Bennett
28 * @author Gerd Knorr <kraxel@bytesex.org> 24 * @author Gerd Knorr <kraxel@bytesex.org>
29 * @author Ioana Patrascu 25 * @author Ioana Patrascu
30 * @author Tzvetan Horozov 26 * @author Tzvetan Horozov
27 *
28 * @file
29 * Strings and string handling functions
30 *
31 * @defgroup strings Strings library
32 * Strings and string handling functions, including malloc and string tokenizing.
33 * @{
31 */ 34 */
32 35
33#ifndef GNUNET_STRINGS_LIB_H 36#ifndef GNUNET_STRINGS_LIB_H
@@ -615,7 +618,9 @@ GNUNET_STRINGS_parse_ipv6_policy (const char *routeListX);
615} 618}
616#endif 619#endif
617 620
618
619/* ifndef GNUNET_UTIL_STRING_H */ 621/* ifndef GNUNET_UTIL_STRING_H */
620#endif 622#endif
623
624/** @} */ /* end of group */
625
621/* end of gnunet_util_string.h */ 626/* end of gnunet_util_string.h */