summaryrefslogtreecommitdiffstats
path: root/polyp/hashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/hashmap.h')
-rw-r--r--polyp/hashmap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/polyp/hashmap.h b/polyp/hashmap.h
index b24e74a5..3b79d7ae 100644
--- a/polyp/hashmap.h
+++ b/polyp/hashmap.h
@@ -34,4 +34,9 @@ int pa_hashmap_remove(struct pa_hashmap *h, const void *key);
unsigned pa_hashmap_ncontents(struct pa_hashmap *h);
+/* Maybe used to iterate through the hashmap. Initial state should
+ point to a NULL pointer. The hashmap may not be modified during
+ iteration */
+void *pa_hashmap_iterate(struct pa_hashmap *h, void **state);
+
#endif