diff options
author | Thomas White <taw@physics.org> | 2010-01-08 18:22:59 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-08 18:22:59 +0100 |
commit | 0c14d9175d5390a4620a7f82cbf33264b45f36bc (patch) | |
tree | 4f3ee8510b5a5818bf9c78cd77e253a059da3d37 /src/dirax.h | |
parent | 5cd70513c3c00820a76ce11059774ef08e8e5118 (diff) |
Add option to skip indexing program
Diffstat (limited to 'src/dirax.h')
-rw-r--r-- | src/dirax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirax.h b/src/dirax.h index 2facc4f6..f4b82ba5 100644 --- a/src/dirax.h +++ b/src/dirax.h @@ -18,7 +18,7 @@ #endif -extern void index_pattern(struct image *image); +extern void index_pattern(struct image *image, int no_index); #endif /* DIRAX_H */ |