aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/datastore_api.c')
-rw-r--r--src/datastore/datastore_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index ff49c106e..8a8f64eb3 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -480,7 +480,8 @@ make_queue_entry (struct GNUNET_DATASTORE_Handle *h, size_t msize,
480 * 480 *
481 * @param h handle to the datastore 481 * @param h handle to the datastore
482 */ 482 */
483static void process_queue (struct GNUNET_DATASTORE_Handle *h); 483static void
484process_queue (struct GNUNET_DATASTORE_Handle *h);
484 485
485 486
486/** 487/**