X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffs%2Fgnunet-service-fs_put.h;h=59b1f83e3a97188466aeae07ae7617613d9cefe0;hb=04630c5e40fc4de16393894d0b5ff2ca9055f4e2;hp=21c3c3bafede8d632a58d1c32052fc7de7db3562;hpb=502af2167f7c218366666ca4944bd7cc54b5b19a;p=oweals%2Fgnunet.git diff --git a/src/fs/gnunet-service-fs_put.h b/src/fs/gnunet-service-fs_put.h index 21c3c3baf..59b1f83e3 100644 --- a/src/fs/gnunet-service-fs_put.h +++ b/src/fs/gnunet-service-fs_put.h @@ -32,13 +32,15 @@ /** * 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