aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.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_pe.h
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/fs/gnunet-service-fs_pe.h')
-rw-r--r--src/fs/gnunet-service-fs_pe.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/fs/gnunet-service-fs_pe.h b/src/fs/gnunet-service-fs_pe.h
index 37280adc6..7fbf9fc4a 100644
--- a/src/fs/gnunet-service-fs_pe.h
+++ b/src/fs/gnunet-service-fs_pe.h
@@ -36,8 +36,7 @@
36 * @param pr request with the entry 36 * @param pr request with the entry
37 */ 37 */
38void 38void
39GSF_plan_add_ (struct GSF_ConnectedPeer *cp, 39GSF_plan_add_ (struct GSF_ConnectedPeer *cp, struct GSF_PendingRequest *pr);
40 struct GSF_PendingRequest *pr);
41 40
42 41
43/** 42/**
@@ -46,8 +45,7 @@ GSF_plan_add_ (struct GSF_ConnectedPeer *cp,
46 * 45 *
47 * @param cp connected peer 46 * @param cp connected peer
48 */ 47 */
49void 48void GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp);
50GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp);
51 49
52 50
53/** 51/**
@@ -56,22 +54,19 @@ GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp);
56 * 54 *
57 * @param pr request that is done 55 * @param pr request that is done
58 */ 56 */
59void 57void GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr);
60GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr);
61 58
62 59
63/** 60/**
64 * Initialize plan subsystem. 61 * Initialize plan subsystem.
65 */ 62 */
66void 63void GSF_plan_init (void);
67GSF_plan_init (void);
68 64
69 65
70/** 66/**
71 * Shutdown plan subsystem. 67 * Shutdown plan subsystem.
72 */ 68 */
73void 69void GSF_plan_done (void);
74GSF_plan_done (void);
75 70
76 71
77#endif 72#endif