ucx/map.h

changeset 206
58b77eb51afd
parent 192
1e51558b9d09
child 208
262c7be94eba
--- a/ucx/map.h	Tue May 19 17:01:28 2015 +0200
+++ b/ucx/map.h	Thu Oct 15 12:34:10 2015 +0200
@@ -154,6 +154,15 @@
 void ucx_map_free(UcxMap *map);
 
 /**
+ * Clears a hash map.
+ * 
+ * <b>Note:</b> the contents are <b>not</b> freed.
+ * 
+ * @param map the map to be freed
+ */
+void ucx_map_clear(UcxMap *map);
+
+/**
  * Copies contents from a map to another map using a copy function.
  * 
  * <b>Note:</b> The destination map does not need to be empty. However, if it

mercurial