summaryrefslogtreecommitdiffstats
path: root/common/collection/collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/collection/collection.h')
-rw-r--r--common/collection/collection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/collection/collection.h b/common/collection/collection.h
index b4bbb2a4b..be1240ca5 100644
--- a/common/collection/collection.h
+++ b/common/collection/collection.h
@@ -742,6 +742,9 @@ int col_get_iterator_depth(struct collection_iterator *iterator, int *depth);
*/
int col_get_item_depth(struct collection_iterator *iterator, int *depth);
+/* Pins down the iterator to loop around current point */
+void col_pin_iterator(struct collection_iterator *iterator);
+
/* FIXME - Do we need to be able to rewind iterator? */
/* Set collection class */