summaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index ed7cd2e7b..bee814318 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -88,6 +88,12 @@ struct GSF_LocalClient;
88struct GSF_RequestPlan; 88struct GSF_RequestPlan;
89 89
90/** 90/**
91 * DLL of request plans a particular pending request is
92 * involved with.
93 */
94struct GSF_RequestPlanReference;
95
96/**
91 * Our connection to the datastore. 97 * Our connection to the datastore.
92 */ 98 */
93extern struct GNUNET_DATASTORE_Handle *GSF_dsh; 99extern struct GNUNET_DATASTORE_Handle *GSF_dsh;