aboutsummaryrefslogtreecommitdiff
path: root/src/reflist.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-06 22:28:46 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:13 +0100
commitf649cc8921b73d85123950c066859f7afe7451b2 (patch)
tree277579e9a9a3bc9c52857f3c8b1a424b7a2b474b /src/reflist.h
parentbbb90c2f911b071adca3e4cafec36913ae6d3599 (diff)
Banish "struct cpeak" forever
Diffstat (limited to 'src/reflist.h')
-rw-r--r--src/reflist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reflist.h b/src/reflist.h
index 0ba09a3b..d1f0d53c 100644
--- a/src/reflist.h
+++ b/src/reflist.h
@@ -28,6 +28,7 @@ extern void reflist_free(RefList *list);
/* Search */
extern Reflection *find_refl(RefList *list, INDICES);
+extern Reflection *next_found_refl(Reflection *refl);
/* Get */
extern double get_excitation_error(Reflection *refl);