aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-25 10:53:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-25 10:53:50 +0000
commit8d9a9ab3714c070341acc2956c55bd039fcf9eaa (patch)
treeb4355e64c96596cd2a0155d761f0344b7f78c989 /src/fs/gnunet-service-fs_pe.h
parentb3e356a28f8c75b96edef47361f368f9fe8b48c3 (diff)
downloadgnunet-8d9a9ab3714c070341acc2956c55bd039fcf9eaa.tar.gz
gnunet-8d9a9ab3714c070341acc2956c55bd039fcf9eaa.zip
fix
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 eaa3767cd..37280adc6 100644
--- a/src/fs/gnunet-service-fs_pe.h
+++ b/src/fs/gnunet-service-fs_pe.h
@@ -36,7 +36,7 @@
36 * @param pr request with the entry 36 * @param pr request with the entry
37 */ 37 */
38void 38void
39GSF_plan_add_ (const struct GSF_ConnectedPeer *cp, 39GSF_plan_add_ (struct GSF_ConnectedPeer *cp,
40 struct GSF_PendingRequest *pr); 40 struct GSF_PendingRequest *pr);
41 41
42 42