aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/fs/gnunet-service-fs_push.h
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
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