diff options
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 de364772..6e44c173 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -104,7 +104,7 @@ struct pattern_args extern void process_image(const struct index_args *iargs, struct pattern_args *pargs, Stream *st, int cookie, const char *tmpdir, int results_pipe, - int serial); + int serial, sem_t *term_sem); #endif /* PROCESS_IMAGEs_H */ |