LRN: fix gnuent_fs_Start arguments
[oweals/gnunet.git] / src / fs / gnunet-service-fs_put.h
index ebec818b29d21534acd51eeb44e3a71b6bb24a34..59b1f83e3a97188466aeae07ae7617613d9cefe0 100644 (file)
 
 /**
  * Setup the module.
- * 
- * @param cfg configuration to use
  */
 void
-GSF_put_init_ (struct GNUNET_CONFIGURATION_Handle *cfg);
+GSF_put_init_ (void);
 
 
 /**