diff options
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/process_image.h b/src/process_image.h index 1a8a9ff3..98228f6f 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -3,11 +3,11 @@ * * The processing pipeline for one image * - * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2010-2013 Thomas White <taw@physics.org> + * 2010-2014 Thomas White <taw@physics.org> * * This file is part of CrystFEL. * @@ -97,7 +97,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 cookie, const char *tmpdir, int results_pipe); #endif /* PROCESS_IMAGEs_H */ |