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