aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_put.h')
-rw-r--r--src/fs/gnunet-service-fs_put.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_put.h b/src/fs/gnunet-service-fs_put.h
index 59b1f83e3..21c3c3baf 100644
--- a/src/fs/gnunet-service-fs_put.h
+++ b/src/fs/gnunet-service-fs_put.h
@@ -32,15 +32,13 @@
32/** 32/**
33 * Setup the module. 33 * Setup the module.
34 */ 34 */
35void 35void GSF_put_init_ (void);
36GSF_put_init_ (void);
37 36
38 37
39/** 38/**
40 * Shutdown the module. 39 * Shutdown the module.
41 */ 40 */
42void 41void GSF_put_done_ (void);
43GSF_put_done_ (void);
44 42
45 43
46#endif 44#endif