diff options
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h index 81bf3884..f9f34194 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -306,6 +306,9 @@ extern int add_merge_result(struct crystfelproject *proj, char *name, char *hkl); +extern struct gui_merge_result *find_merge_result_by_name(struct crystfelproject *proj, + const char *name); + extern const char *selected_result(struct crystfelproject *proj); #endif |