aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_heap.c')
-rw-r--r--src/datastore/plugin_datastore_heap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datastore/plugin_datastore_heap.c b/src/datastore/plugin_datastore_heap.c
index 4e48bfd4c..a827a2763 100644
--- a/src/datastore/plugin_datastore_heap.c
+++ b/src/datastore/plugin_datastore_heap.c
@@ -268,6 +268,7 @@ update_iterator (void *cls,
268 return GNUNET_NO; 268 return GNUNET_NO;
269} 269}
270 270
271
271/** 272/**
272 * Store an item in the datastore. 273 * Store an item in the datastore.
273 * 274 *
@@ -939,4 +940,5 @@ libgnunet_plugin_datastore_heap_done (void *cls)
939 return NULL; 940 return NULL;
940} 941}
941 942
943
942/* end of plugin_datastore_heap.c */ 944/* end of plugin_datastore_heap.c */