aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_container_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 1ac6cd4ed..e35ad1b74 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -295,6 +295,15 @@ GNUNET_CONTAINER_meta_data_delete (struct GNUNET_CONTAINER_MetaData *md,
295 295
296 296
297/** 297/**
298 * Remove all items in the container.
299 *
300 * @param md metadata to manipulate
301 */
302void
303GNUNET_CONTAINER_meta_data_clear (struct GNUNET_CONTAINER_MetaData *md);
304
305
306/**
298 * Add the current time as the publication date 307 * Add the current time as the publication date
299 * to the meta-data. 308 * to the meta-data.
300 * 309 *