aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 3c71d40e7..f78ed51e5 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -21,6 +21,10 @@
21 * @file include/gnunet_fs_service.h 21 * @file include/gnunet_fs_service.h
22 * @brief API for file-sharing via GNUnet 22 * @brief API for file-sharing via GNUnet
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 *
25 * TODO:
26 * - extend API with support for publish simulation (-s)
27 * and URI-argument binding to keyword/namespace (-u)
24 */ 28 */
25#ifndef GNUNET_FS_LIB_H 29#ifndef GNUNET_FS_LIB_H
26#define GNUNET_FS_LIB_H 30#define GNUNET_FS_LIB_H
@@ -398,7 +402,7 @@ GNUNET_FS_uri_ksk_create_from_meta_data (const struct GNUNET_CONTAINER_MetaData
398 * @return GNUNET_OK on success 402 * @return GNUNET_OK on success
399 */ 403 */
400int 404int
401GNUNET_FS_getopt_configure_set_keywords (struct GNUNET_GETOPT_CommandLineProcessorContext* ctx, 405GNUNET_FS_getopt_set_keywords (struct GNUNET_GETOPT_CommandLineProcessorContext* ctx,
402 void *scls, 406 void *scls,
403 const char *option, 407 const char *option,
404 const char *value); 408 const char *value);
@@ -417,7 +421,7 @@ GNUNET_FS_getopt_configure_set_keywords (struct GNUNET_GETOPT_CommandLineProcess
417 * @return GNUNET_OK on success 421 * @return GNUNET_OK on success
418 */ 422 */
419int 423int
420GNUNET_FS_getopt_configure_set_metadata (struct GNUNET_GETOPT_CommandLineProcessorContext* ctx, 424GNUNET_FS_getopt_set_metadata (struct GNUNET_GETOPT_CommandLineProcessorContext* ctx,
421 void *scls, 425 void *scls,
422 const char *option, 426 const char *option,
423 const char *value); 427 const char *value);