summaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_push.h')
-rw-r--r--src/fs/gnunet-service-fs_push.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_push.h b/src/fs/gnunet-service-fs_push.h
index 0917364e2..2cd621bbb 100644
--- a/src/fs/gnunet-service-fs_push.h
+++ b/src/fs/gnunet-service-fs_push.h
@@ -33,14 +33,14 @@
33 * Setup the module. 33 * Setup the module.
34 */ 34 */
35void 35void
36GSF_push_init_(void); 36GSF_push_init_ (void);
37 37
38 38
39/** 39/**
40 * Shutdown the module. 40 * Shutdown the module.
41 */ 41 */
42void 42void
43GSF_push_done_(void); 43GSF_push_done_ (void);
44 44
45 45
46/** 46/**
@@ -50,7 +50,7 @@ GSF_push_done_(void);
50 * @param peer handle for the peer that connected 50 * @param peer handle for the peer that connected
51 */ 51 */
52void 52void
53GSF_push_start_(struct GSF_ConnectedPeer *peer); 53GSF_push_start_ (struct GSF_ConnectedPeer *peer);
54 54
55 55
56/** 56/**
@@ -60,7 +60,7 @@ GSF_push_start_(struct GSF_ConnectedPeer *peer);
60 * @param peer handle for the peer that disconnected 60 * @param peer handle for the peer that disconnected
61 */ 61 */
62void 62void
63GSF_push_stop_(struct GSF_ConnectedPeer *peer); 63GSF_push_stop_ (struct GSF_ConnectedPeer *peer);
64 64
65 65
66#endif 66#endif