From 7f708ef255f068ef9e91941ac3a0a3d0e04e5ff8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 18 Oct 2017 10:23:05 +0200 Subject: Add probe functions to indexing methods --- libcrystfel/src/xds.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel/src/xds.h') diff --git a/libcrystfel/src/xds.h b/libcrystfel/src/xds.h index 8777df10..c89b615c 100644 --- a/libcrystfel/src/xds.h +++ b/libcrystfel/src/xds.h @@ -46,6 +46,8 @@ extern int run_xds(struct image *image, void *ipriv); extern void *xds_prepare(IndexingMethod *indm, UnitCell *cell); +extern const char *xds_probe(UnitCell *cell); + extern void xds_cleanup(void *pp); #ifdef __cplusplus -- cgit v1.2.3