aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index c241b6f8..af0335bb 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -85,6 +85,8 @@ struct index_params {
float push_res;
};
+struct crystfelproject;
+
struct crystfel_backend {
const char *name;
@@ -103,7 +105,8 @@ struct crystfel_backend {
char *geom_filename,
struct peak_params *peak_search_params,
struct index_params *indexing_params,
- void *opts_priv);
+ void *opts_priv,
+ struct crystfelproject *proj);
/* Called to ask the backend to cancel the job */
void (*cancel_task)(void *job_priv);