aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_program_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_program_lib.h')
-rw-r--r--src/include/gnunet_program_lib.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/include/gnunet_program_lib.h b/src/include/gnunet_program_lib.h
index 85c802285..68ff0f2a7 100644
--- a/src/include/gnunet_program_lib.h
+++ b/src/include/gnunet_program_lib.h
@@ -19,11 +19,13 @@
19*/ 19*/
20 20
21/** 21/**
22 * @author Christian Grothoff
23 *
22 * @file 24 * @file
23 * Functions related to starting programs 25 * Functions related to starting programs
24 * 26 *
25 * @author Christian Grothoff 27 * @defgroup program Program library
26 * @defgroup program Functions for writing command-line programs 28 * Start command-line programs.
27 * @{ 29 * @{
28 */ 30 */
29 31
@@ -104,7 +106,6 @@ GNUNET_PROGRAM_run (int argc,
104 GNUNET_PROGRAM_Main task, void *task_cls); 106 GNUNET_PROGRAM_Main task, void *task_cls);
105 107
106 108
107
108#if 0 /* keep Emacsens' auto-indent happy */ 109#if 0 /* keep Emacsens' auto-indent happy */
109{ 110{
110#endif 111#endif
@@ -112,8 +113,9 @@ GNUNET_PROGRAM_run (int argc,
112} 113}
113#endif 114#endif
114 115
115/** @} */ /* end of group program */
116
117/* ifndef GNUNET_PROGRAM_LIB_H */ 116/* ifndef GNUNET_PROGRAM_LIB_H */
118#endif 117#endif
118
119/** @} */ /* end of group program */
120
119/* end of gnunet_program_lib.h */ 121/* end of gnunet_program_lib.h */