summaryrefslogtreecommitdiffstats
path: root/collection/collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'collection/collection.h')
-rw-r--r--collection/collection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/collection/collection.h b/collection/collection.h
index b4bbb2a..be1240c 100644
--- a/collection/collection.h
+++ b/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 */