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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 0e5dccc2d..68c250e97 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -1585,7 +1585,6 @@ struct GNUNET_FS_Handle;
1585/** 1585/**
1586 * Setup a connection to the file-sharing service. 1586 * Setup a connection to the file-sharing service.
1587 * 1587 *
1588 * @param sched scheduler to use
1589 * @param cfg configuration to use 1588 * @param cfg configuration to use
1590 * @param client_name unique identifier for this client 1589 * @param client_name unique identifier for this client
1591 * @param upcb function to call to notify about FS actions 1590 * @param upcb function to call to notify about FS actions
@@ -1595,8 +1594,7 @@ struct GNUNET_FS_Handle;
1595 * @return NULL on error 1594 * @return NULL on error
1596 */ 1595 */
1597struct GNUNET_FS_Handle * 1596struct GNUNET_FS_Handle *
1598GNUNET_FS_start (struct GNUNET_SCHEDULER_Handle *sched, 1597GNUNET_FS_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
1599 const struct GNUNET_CONFIGURATION_Handle *cfg,
1600 const char *client_name, 1598 const char *client_name,
1601 GNUNET_FS_ProgressCallback upcb, 1599 GNUNET_FS_ProgressCallback upcb,
1602 void *upcb_cls, 1600 void *upcb_cls,