aboutsummaryrefslogtreecommitdiff
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.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_push.h b/src/fs/gnunet-service-fs_push.h
index 40e1252be..7967b04cd 100644
--- a/src/fs/gnunet-service-fs_push.h
+++ b/src/fs/gnunet-service-fs_push.h
@@ -32,13 +32,15 @@
32/** 32/**
33 * Setup the module. 33 * Setup the module.
34 */ 34 */
35void GSF_push_init_ (void); 35void
36GSF_push_init_ (void);
36 37
37 38
38/** 39/**
39 * Shutdown the module. 40 * Shutdown the module.
40 */ 41 */
41void GSF_push_done_ (void); 42void
43GSF_push_done_ (void);
42 44
43 45
44/** 46/**
@@ -47,7 +49,8 @@ void GSF_push_done_ (void);
47 * 49 *
48 * @param peer handle for the peer that connected 50 * @param peer handle for the peer that connected
49 */ 51 */
50void GSF_push_start_ (struct GSF_ConnectedPeer *peer); 52void
53GSF_push_start_ (struct GSF_ConnectedPeer *peer);
51 54
52 55
53/** 56/**
@@ -56,7 +59,8 @@ void GSF_push_start_ (struct GSF_ConnectedPeer *peer);
56 * 59 *
57 * @param peer handle for the peer that disconnected 60 * @param peer handle for the peer that disconnected
58 */ 61 */
59void GSF_push_stop_ (struct GSF_ConnectedPeer *peer); 62void
63GSF_push_stop_ (struct GSF_ConnectedPeer *peer);
60 64
61 65
62#endif 66#endif