diff options
author | Thomas White <taw@physics.org> | 2013-10-10 17:56:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-10-10 17:56:06 +0200 |
commit | 46dcc94ec094d061724930c85944af7ea6dfb0f8 (patch) | |
tree | b79d5724ca4db8786039fd6f575042475b559043 /src/process_image.h | |
parent | ff7941d1ca65b70cfdb68658d7b2a7b15f01f2c0 (diff) |
indexamajig: Add --temp-dir
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h index ac197927..b9339cd1 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -89,7 +89,7 @@ struct pattern_args extern void process_image(const struct index_args *iargs, struct pattern_args *pargs, Stream *st, - int cookie); + int cookie, const char *tmpdir); #endif /* PROCESS_IMAGEs_H */ |