aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_getopt.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-28 09:05:15 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-28 09:05:15 +0000
commit3b7b7b388b7968c11556ba92060a17a964c46451 (patch)
treebd37d3a7deb01c3c3a05326f7893f81732afc8f9 /src/fs/fs_getopt.c
parent57df0fbf8398720fbd4a9cf34934c212ea00ee54 (diff)
downloadgnunet-3b7b7b388b7968c11556ba92060a17a964c46451.tar.gz
gnunet-3b7b7b388b7968c11556ba92060a17a964c46451.zip
stuff
Diffstat (limited to 'src/fs/fs_getopt.c')
-rw-r--r--src/fs/fs_getopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_getopt.c b/src/fs/fs_getopt.c
index dfcc4fdc4..a0d232641 100644
--- a/src/fs/fs_getopt.c
+++ b/src/fs/fs_getopt.c
@@ -42,7 +42,7 @@
42 * @return GNUNET_OK on success 42 * @return GNUNET_OK on success
43 */ 43 */
44int 44int
45GNUNET_FS_getopt_configure_set_keywords (struct GNUNET_GETOPT_CommandLineProcessorContext* ctx, 45GNUNET_FS_getopt_set_keywords (struct GNUNET_GETOPT_CommandLineProcessorContext* ctx,
46 void *scls, 46 void *scls,
47 const char *option, 47 const char *option,
48 const char *value) 48 const char *value)
@@ -124,7 +124,7 @@ GNUNET_FS_getopt_configure_set_keywords (struct GNUNET_GETOPT_CommandLineProcess
124 * @return GNUNET_OK on success 124 * @return GNUNET_OK on success
125 */ 125 */
126int 126int
127GNUNET_FS_getopt_configure_set_metadata (struct GNUNET_GETOPT_CommandLineProcessorContext* ctx, 127GNUNET_FS_getopt_set_metadata (struct GNUNET_GETOPT_CommandLineProcessorContext* ctx,
128 void *scls, 128 void *scls,
129 const char *option, 129 const char *option,
130 const char *value) 130 const char *value)