aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_getopt_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-25 22:10:51 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-25 22:10:51 +0000
commitf1b9c5c115139b02cac1cae4f053792e1e5b1ccb (patch)
treecd9047d73ba498d05f67c7e06ae4bd5ed89511e7 /src/include/gnunet_getopt_lib.h
parentc2d3d24cd9b4f552d7ca8ad6283f9819c1cfefc7 (diff)
downloadgnunet-f1b9c5c115139b02cac1cae4f053792e1e5b1ccb.tar.gz
gnunet-f1b9c5c115139b02cac1cae4f053792e1e5b1ccb.zip
improving style and docs
Diffstat (limited to 'src/include/gnunet_getopt_lib.h')
-rw-r--r--src/include/gnunet_getopt_lib.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/include/gnunet_getopt_lib.h b/src/include/gnunet_getopt_lib.h
index 35db3f6d1..44525e2f2 100644
--- a/src/include/gnunet_getopt_lib.h
+++ b/src/include/gnunet_getopt_lib.h
@@ -197,22 +197,37 @@ int GNUNET_GETOPT_run (const char *binaryName,
197 const struct GNUNET_GETOPT_CommandLineOption 197 const struct GNUNET_GETOPT_CommandLineOption
198 *allOptions, unsigned int argc, char *const *argv); 198 *allOptions, unsigned int argc, char *const *argv);
199 199
200/**
201 * FIXME
202 */
200int GNUNET_GETOPT_set_ulong (struct GNUNET_GETOPT_CommandLineProcessorContext 203int GNUNET_GETOPT_set_ulong (struct GNUNET_GETOPT_CommandLineProcessorContext
201 *ctx, void *scls, const char *option, 204 *ctx, void *scls, const char *option,
202 const char *value); 205 const char *value);
203 206
207/**
208 * FIXME
209 */
204int GNUNET_GETOPT_set_uint (struct GNUNET_GETOPT_CommandLineProcessorContext 210int GNUNET_GETOPT_set_uint (struct GNUNET_GETOPT_CommandLineProcessorContext
205 *ctx, void *scls, const char *option, 211 *ctx, void *scls, const char *option,
206 const char *value); 212 const char *value);
207 213
214/**
215 * FIXME
216 */
208int GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext 217int GNUNET_GETOPT_set_one (struct GNUNET_GETOPT_CommandLineProcessorContext
209 *ctx, void *scls, const char *option, 218 *ctx, void *scls, const char *option,
210 const char *value); 219 const char *value);
211 220
221/**
222 * FIXME
223 */
212int GNUNET_GETOPT_set_string (struct GNUNET_GETOPT_CommandLineProcessorContext 224int GNUNET_GETOPT_set_string (struct GNUNET_GETOPT_CommandLineProcessorContext
213 *ctx, void *scls, const char *option, 225 *ctx, void *scls, const char *option,
214 const char *value); 226 const char *value);
215 227
228/**
229 * FIXME
230 */
216int 231int
217GNUNET_GETOPT_increment_value (struct 232GNUNET_GETOPT_increment_value (struct
218 GNUNET_GETOPT_CommandLineProcessorContext *ctx, 233 GNUNET_GETOPT_CommandLineProcessorContext *ctx,
@@ -221,11 +236,17 @@ GNUNET_GETOPT_increment_value (struct
221 236
222/* *************** internal prototypes - use macros above! ************* */ 237/* *************** internal prototypes - use macros above! ************* */
223 238
239/**
240 * FIXME
241 */
224int GNUNET_GETOPT_format_help_ (struct 242int GNUNET_GETOPT_format_help_ (struct
225 GNUNET_GETOPT_CommandLineProcessorContext 243 GNUNET_GETOPT_CommandLineProcessorContext
226 *ctx, void *scls, const char *option, 244 *ctx, void *scls, const char *option,
227 const char *value); 245 const char *value);
228 246
247/**
248 * FIXME
249 */
229int GNUNET_GETOPT_print_version_ (struct 250int GNUNET_GETOPT_print_version_ (struct
230 GNUNET_GETOPT_CommandLineProcessorContext 251 GNUNET_GETOPT_CommandLineProcessorContext
231 *ctx, void *scls, const char *option, 252 *ctx, void *scls, const char *option,