-fixing 2352
[oweals/gnunet.git] / src / fs / gnunet-service-fs_put.h
index 21c3c3bafede8d632a58d1c32052fc7de7db3562..59b1f83e3a97188466aeae07ae7617613d9cefe0 100644 (file)
 /**
  * Setup the module.
  */
-void GSF_put_init_ (void);
+void
+GSF_put_init_ (void);
 
 
 /**
  * Shutdown the module.
  */
-void GSF_put_done_ (void);
+void
+GSF_put_done_ (void);
 
 
 #endif