aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-01-21 15:26:49 +0100
committerThomas White <taw@physics.org>2021-01-21 15:26:49 +0100
commite29d82eb4da07cda77ba76817a2318a250de163c (patch)
tree52022b3139d5d8298540af5fddc5d1866b2a4932 /src/gui_project.h
parentb1ad534716b532a54103200fb0749aa82b929fde (diff)
GUI: Implement choice of input for merging
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index 62503e6f..db1ad2ad 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -300,4 +300,6 @@ extern int add_merge_result(struct crystfelproject *proj,
char *name,
char *hkl);
+extern const char *selected_result(struct crystfelproject *proj);
+
#endif