diff options
author | Thomas White <taw@physics.org> | 2021-01-21 15:26:49 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-01-21 15:26:49 +0100 |
commit | e29d82eb4da07cda77ba76817a2318a250de163c (patch) | |
tree | 52022b3139d5d8298540af5fddc5d1866b2a4932 /src/gui_project.h | |
parent | b1ad534716b532a54103200fb0749aa82b929fde (diff) |
GUI: Implement choice of input for merging
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 2 |
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 |