aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-28 18:20:56 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:00 +0100
commit0dcf9c99fa6e3e78524b34ce24a40011c2554b3c (patch)
treeba4c0dea8d0e002590550b460fa1e63a74d65d7e /src/index.h
parent8f43ca33d5edd9f75660174870e16afe8b9913bd (diff)
Update sanity check
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h
index 2e957538..259d3eb6 100644
--- a/src/index.h
+++ b/src/index.h
@@ -35,6 +35,8 @@ extern IndexingPrivate *prepare_indexing(IndexingMethod indm, UnitCell *cell,
const char *filename,
struct detector *det);
+extern void map_all_peaks(struct image *image);
+
extern void index_pattern(struct image *image, UnitCell *cell,
IndexingMethod indm, int no_match, int verbose,
IndexingPrivate *priv);