document options provided
[oweals/gnunet.git] / src / hostlist / hostlist-server.h
index 187bdddf0342af69d3f9610072434f2c74c8bcb2..e0f8eb4a6f8b1eac5df76bff92ea5a971b97ad05 100644 (file)
  */
 int
 GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c,
-                             struct GNUNET_SCHEDULER_Handle *s,
-                             struct GNUNET_STATISTICS_Handle *st,
-                             struct GNUNET_CORE_Handle *core,
+                              struct GNUNET_STATISTICS_Handle *st,
+                              struct GNUNET_CORE_Handle *core,
                               GNUNET_CORE_ConnectEventHandler *server_ch,
-                             GNUNET_CORE_DisconnectEventHandler *server_dh,
-                             int advertise);
+                              GNUNET_CORE_DisconnectEventHandler *server_dh,
+                              int advertise);
 
 
 /**