aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_getopt_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/include/gnunet_getopt_lib.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/include/gnunet_getopt_lib.h')
-rw-r--r--src/include/gnunet_getopt_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h
index e6afa2b3c..2f4f4c32b 100644
--- a/src/include/gnunet_getopt_lib.h
+++ b/src/include/gnunet_getopt_lib.h
@@ -250,7 +250,7 @@ GNUNET_GETOPT_set_uint (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
250 250
251 251
252/** 252/**
253 * Set an option of type 'int' from the command line to 1 if the 253 * Set an option of type 'int' from the command line to 1 if the
254 * given option is present. 254 * given option is present.
255 * A pointer to this function should be passed as part of the 255 * A pointer to this function should be passed as part of the
256 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options 256 * 'struct GNUNET_GETOPT_CommandLineOption' array to initialize options
@@ -261,7 +261,7 @@ GNUNET_GETOPT_set_uint (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
261 * @param scls additional closure (will point to the 'int') 261 * @param scls additional closure (will point to the 'int')
262 * @param option name of the option 262 * @param option name of the option
263 * @param value not used (NULL) 263 * @param value not used (NULL)
264 * @return GNUNET_OK 264 * @return GNUNET_OK
265 */ 265 */
266int 266int
267GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, 267GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
@@ -280,7 +280,7 @@ GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
280 * which will be allocated) 280 * which will be allocated)
281 * @param option name of the option 281 * @param option name of the option
282 * @param value actual value of the option (a string) 282 * @param value actual value of the option (a string)
283 * @return GNUNET_OK 283 * @return GNUNET_OK
284 */ 284 */
285int 285int
286GNUNET_GETOPT_set_string (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, 286GNUNET_GETOPT_set_string (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
@@ -298,7 +298,7 @@ GNUNET_GETOPT_set_string (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
298 * @param scls additional closure (will point to the 'int') 298 * @param scls additional closure (will point to the 'int')
299 * @param option name of the option 299 * @param option name of the option
300 * @param value not used (NULL) 300 * @param value not used (NULL)
301 * @return GNUNET_OK 301 * @return GNUNET_OK
302 */ 302 */
303int 303int
304GNUNET_GETOPT_increment_value (struct GNUNET_GETOPT_CommandLineProcessorContext 304GNUNET_GETOPT_increment_value (struct GNUNET_GETOPT_CommandLineProcessorContext