aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/crystfel-mille.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/crystfel-mille.h')
-rw-r--r--libcrystfel/src/crystfel-mille.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libcrystfel/src/crystfel-mille.h b/libcrystfel/src/crystfel-mille.h
index e3f4553e..a4b83815 100644
--- a/libcrystfel/src/crystfel-mille.h
+++ b/libcrystfel/src/crystfel-mille.h
@@ -31,7 +31,7 @@
#include <gsl/gsl_matrix.h>
-typedef void *Mille;
+typedef struct mille Mille;
#include "cell.h"
#include "image.h"
@@ -42,9 +42,7 @@ typedef void *Mille;
* Detector geometry refinement using Millepede
*/
-extern Mille *crystfel_mille_new(const char *outFileName,
- int asBinary,
- int writeZero);
+extern Mille *crystfel_mille_new(const char *outFileName);
extern void crystfel_mille_free(Mille *m);