aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-19 18:26:20 +0100
committerThomas White <taw@physics.org>2010-01-19 18:26:20 +0100
commit4a1380a1edfcaa29ce8658ceecdc8c99d0e02d8f (patch)
tree9b7117bc27cc7557a089a0aeccea573eb85e91ff /src/peaks.h
parenta4c5daf2f0f37577798af0de5cd31dc81f87eec5 (diff)
Improve the operation of --dump-peaks
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peaks.h b/src/peaks.h
index 85501af2..2e868342 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -19,7 +19,7 @@
extern int image_fom(struct image *image);
-extern void search_peaks(struct image *image, int dump_peaks);
-
+extern void search_peaks(struct image *image);
+extern void dump_peaks(struct image *image);
#endif /* PEAKS_H */