aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.h
diff options
context:
space:
mode:
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