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.h21
1 files changed, 15 insertions, 6 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index 14ffb1740..bdc12b26c 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -19,13 +19,21 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_datastore_service.h
23 * @brief API that can be used manage the
24 * datastore for files stored on a GNUnet node;
25 * note that the datastore is NOT responsible for
26 * on-demand encoding, that is achieved using
27 * a special kind of entry.
28 * @author Christian Grothoff 22 * @author Christian Grothoff
23 *
24 * @file
25 * datastore service
26 *
27 * @defgroup datastore Datastore service
28 * Data store for files stored on a GNUnet node.
29 *
30 * Provides an API that can be used manage the
31 * datastore for files stored on a GNUnet node.
32 * Note that the datastore is NOT responsible for
33 * on-demand encoding, that is achieved using
34 * a special kind of entry.
35 *
36 * @{
29 */ 37 */
30 38
31#ifndef GNUNET_DATASTORE_SERVICE_H 39#ifndef GNUNET_DATASTORE_SERVICE_H
@@ -389,6 +397,7 @@ GNUNET_DATASTORE_get_for_replication (struct GNUNET_DATASTORE_Handle *h,
389void 397void
390GNUNET_DATASTORE_cancel (struct GNUNET_DATASTORE_QueueEntry *qe); 398GNUNET_DATASTORE_cancel (struct GNUNET_DATASTORE_QueueEntry *qe);
391 399
400/** @} */ /* end of group */
392 401
393#if 0 /* keep Emacsens' auto-indent happy */ 402#if 0 /* keep Emacsens' auto-indent happy */
394{ 403{