diff options
author | Thomas White <taw@physics.org> | 2010-03-03 15:39:15 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-03 15:39:15 +0100 |
commit | bc4edcdaeae690a1d0d848e53b4f61286a1298ef (patch) | |
tree | 5629935847c910b7777468e26fd6c47e764aeb65 /src/index.h | |
parent | 851c205e1a3d2bb059b3e045a73682eed0f605a3 (diff) |
Put many debug messages behind a --verbose option
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 */ |