indentation
[oweals/gnunet.git] / src / hostlist / hostlist-server.h
index f704f890dacdcadec2b4efc3d7af64ba792fd9d5..b5960b39c112f6602b02665ef85fe8e57e2268f1 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
  *
  * @return GNUNET_OK on success
  */
-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,
-                              GNUNET_CORE_ConnectEventHandler *server_ch,
-                             GNUNET_CORE_DisconnectEventHandler *server_dh,
-                             int advertise);
+int GNUNET_HOSTLIST_server_start (const struct GNUNET_CONFIGURATION_Handle *c,
+                                  struct GNUNET_STATISTICS_Handle *st,
+                                  struct GNUNET_CORE_Handle *core,
+                                  GNUNET_CORE_ConnectEventHandler *server_ch,
+                                  GNUNET_CORE_DisconnectEventHandler *server_dh,
+                                  int advertise);
 
 
 /**
  * Stop server offering our hostlist.
  */
-void
-GNUNET_HOSTLIST_server_stop (void);
+void GNUNET_HOSTLIST_server_stop (void);
 
 
 #endif