diff options
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h index a3dae020..08ffa2fc 100644 --- a/src/index.h +++ b/src/index.h @@ -25,7 +25,8 @@ typedef enum { } IndexingMethod; -extern void index_pattern(struct image *image, IndexingMethod indm); +extern void index_pattern(struct image *image, IndexingMethod indm, + int no_match); /* x,y in pixels relative to central beam */ extern int map_position(struct image *image, double x, double y, double *rx, double *ry, double *rz); |