diff options
Diffstat (limited to 'libcrystfel/src/xds.h')
-rw-r--r-- | libcrystfel/src/xds.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcrystfel/src/xds.h b/libcrystfel/src/xds.h index c89b615c..811c0dc9 100644 --- a/libcrystfel/src/xds.h +++ b/libcrystfel/src/xds.h @@ -42,6 +42,11 @@ extern "C" { #endif +/** + * \file xds.h + * XDS indexer interface + */ + extern int run_xds(struct image *image, void *ipriv); extern void *xds_prepare(IndexingMethod *indm, UnitCell *cell); |