aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/dirax.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-09 23:04:44 -0800
committerThomas White <taw@physics.org>2013-02-09 23:04:56 -0800
commit55fdffb8a4f92b9b2d1c3c067b43119ce394b5db (patch)
tree6c85a4e1c9c84f05d6cd522c0e8cee3ee1ed78b8 /libcrystfel/src/dirax.h
parent00d4c6ce684b1352d585a287f8ef31c1c30a7c35 (diff)
Add cleanup functions for DirAx and MOSFLM
Diffstat (limited to 'libcrystfel/src/dirax.h')
-rw-r--r--libcrystfel/src/dirax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/dirax.h b/libcrystfel/src/dirax.h
index 09a794b0..9e746a1b 100644
--- a/libcrystfel/src/dirax.h
+++ b/libcrystfel/src/dirax.h
@@ -42,4 +42,6 @@ extern IndexingPrivate *dirax_prepare(IndexingMethod indm,
struct detector *det,
struct beam_params *beam, float *ltl);
+extern void dirax_cleanup(IndexingPrivate *pp);
+
#endif /* DIRAX_H */