diff options
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h index 429e5ec8..26ce1c44 100644 --- a/src/index.h +++ b/src/index.h @@ -26,6 +26,6 @@ typedef enum { extern void index_pattern(struct image *image, IndexingMethod indm, - int no_match); + int no_match, int verbose); #endif /* INDEX_H */ |