aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-directory.c')
-rw-r--r--src/fs/gnunet-directory.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c
index 8f58025c5..6de8206f1 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -106,14 +106,12 @@ print_entry (void *cls,
106 * Main function that will be run by the scheduler. 106 * Main function that will be run by the scheduler.
107 * 107 *
108 * @param cls closure 108 * @param cls closure
109 * @param sched the scheduler to use
110 * @param args remaining command-line arguments 109 * @param args remaining command-line arguments
111 * @param cfgfile name of the configuration file used (for saving, can be NULL!) 110 * @param cfgfile name of the configuration file used (for saving, can be NULL!)
112 * @param cfg configuration 111 * @param cfg configuration
113 */ 112 */
114static void 113static void
115run (void *cls, 114run (void *cls,
116 struct GNUNET_SCHEDULER_Handle *sched,
117 char *const *args, 115 char *const *args,
118 const char *cfgfile, 116 const char *cfgfile,
119 const struct GNUNET_CONFIGURATION_Handle *cfg) 117 const struct GNUNET_CONFIGURATION_Handle *cfg)