aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index 9d3a4ceb0..55ee111a9 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -42,6 +42,10 @@ extern "C"
42#endif 42#endif
43#endif 43#endif
44 44
45/**
46 * Entry in the queue.
47 */
48struct GNUNET_DATASTORE_QueueEntry;
45 49
46/** 50/**
47 * Handle to the datastore service. 51 * Handle to the datastore service.