| changeset 474 | 7442b30ecaae |
| parent 458 | 3f841a46eab5 |
| child 475 | 008c75a5e08d |
1.1 --- a/librazor/razor-internal.h Fri Oct 17 10:10:57 2014 +0100 1.2 +++ b/librazor/razor-internal.h Sat Jun 11 17:56:48 2016 +0100 1.3 @@ -175,6 +175,11 @@ 1.4 int post_order; 1.5 }; 1.6 1.7 +struct razor_string_iterator { 1.8 + struct razor_set *set; 1.9 + struct list *index; 1.10 +}; 1.11 + 1.12 int 1.13 razor_set_aquire_lock(struct razor_set *set, const char *path, int exclusive); 1.14