aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-15 10:28:54 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-15 10:28:54 +0000
commitce2ec1e18e3240f53343719e59b89796c9558ec9 (patch)
tree34a1d711fb23d6cb7281235222331eeb5571e7d5 /src/fs/gnunet-service-fs_pe.h
parentba5e41452e8d1fa1283236a7aac9fb85ad3bcd0a (diff)
downloadgnunet-ce2ec1e18e3240f53343719e59b89796c9558ec9.tar.gz
gnunet-ce2ec1e18e3240f53343719e59b89796c9558ec9.zip
fixes
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 14e9dec2e..2413b970f 100644
--- a/src/fs/gnunet-service-fs_pe.h
+++ b/src/fs/gnunet-service-fs_pe.h
@@ -59,7 +59,7 @@ GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp);
59 * @param pr request that is done 59 * @param pr request that is done
60 */ 60 */
61void 61void
62GSF_plan_notify_request_done_ (const struct GSF_PendingRequest *pr); 62GSF_plan_notify_request_done_ (struct GSF_PendingRequest *pr);
63 63
64 64
65/** 65/**