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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_pe.h b/src/fs/gnunet-service-fs_pe.h
index 23787908e..3ae9904a6 100644
--- a/src/fs/gnunet-service-fs_pe.h
+++ b/src/fs/gnunet-service-fs_pe.h
@@ -43,7 +43,7 @@ GSF_plan_add_ (struct GSF_ConnectedPeer *cp, struct GSF_PendingRequest *pr);
43 * Notify the plan about a peer being no longer available; 43 * Notify the plan about a peer being no longer available;
44 * destroy all entries associated with this peer. 44 * destroy all entries associated with this peer.
45 * 45 *
46 * @param cp connected peer 46 * @param cp connected peer
47 */ 47 */
48void 48void
49GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp); 49GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp);