aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflist.c')
-rw-r--r--src/reflist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflist.c b/src/reflist.c
index 3e7b594b..dc37605b 100644
--- a/src/reflist.c
+++ b/src/reflist.c
@@ -438,7 +438,6 @@ void delete_refl(Reflection *refl)
/********************************* Iteration **********************************/
-
struct _reflistiterator {
int stack_size;
@@ -447,6 +446,7 @@ struct _reflistiterator {
};
+
Reflection *first_refl(RefList *list, RefListIterator **piter)
{
RefListIterator *iter;