aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
commit502af2167f7c218366666ca4944bd7cc54b5b19a (patch)
treea91fec5cc9769d260640bd91c6633cb9cf395524 /src/fs/gnunet-service-fs_push.h
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
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