convert fs publish to MQ
[oweals/gnunet.git] / src / dht / gnunet-service-dht_clients.h
index b12fa6283f5252961d48bb29e35ac115c93bd997..d8e1c184d6a1f90c044d5dca37611f904c9b0509 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2009, 2010, 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2010, 2011 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -133,11 +133,9 @@ GDS_CLIENTS_process_put (uint32_t options,
 
 /**
  * Initialize client subsystem.
- *
- * @param server the initialized server
  */
 void
-GDS_CLIENTS_init (struct GNUNET_SERVER_Handle *server);
+GDS_CLIENTS_init (void);
 
 
 /**