diff options
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h index 57373469..2e957538 100644 --- a/src/index.h +++ b/src/index.h @@ -39,4 +39,6 @@ extern void index_pattern(struct image *image, UnitCell *cell, IndexingMethod indm, int no_match, int verbose, IndexingPrivate *priv); +extern void cleanup_indexing(IndexingPrivate *priv); + #endif /* INDEX_H */ |