aboutsummaryrefslogtreecommitdiff
path: root/src/gui_merge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_merge.h')
-rw-r--r--src/gui_merge.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui_merge.h b/src/gui_merge.h
index e3f947c7..36b077aa 100644
--- a/src/gui_merge.h
+++ b/src/gui_merge.h
@@ -41,7 +41,10 @@ extern int write_merge_script(const char *filename,
struct gui_indexing_result *input,
const char *n_thread_str,
struct merging_params *params,
- const char *out_hkl);
+ const char *out_hkl,
+ const char *stdout_filename,
+ const char *stderr_filename,
+ const char *harvest_filename);
extern double read_merge_progress(const char *logfile_str,
enum gui_job_type type);