diff options
author | Thomas White <taw@physics.org> | 2011-02-09 15:24:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:14 +0100 |
commit | 467009dbfad7d41231067baa5961e02f8e31d8d0 (patch) | |
tree | bc46ee190a57f529859624679337a7b460db87ad /src/reflist.c | |
parent | 990fd486a0dc069d81344c9f6370f1a80e3d5ec9 (diff) |
Fussiness
Diffstat (limited to 'src/reflist.c')
-rw-r--r-- | src/reflist.c | 2 |
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; |