aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-02-09 15:24:32 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:14 +0100
commit467009dbfad7d41231067baa5961e02f8e31d8d0 (patch)
treebc46ee190a57f529859624679337a7b460db87ad /src/reflist.c
parent990fd486a0dc069d81344c9f6370f1a80e3d5ec9 (diff)
Fussiness
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;