aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-08 17:56:05 +0100
committerThomas White <taw@physics.org>2021-02-08 17:56:05 +0100
commit21f7896cc23ff79fa1e4cb593f8685bdb5c7a082 (patch)
tree221740739f9f279394dd3aeac3825edb3c30e361 /src/gui_project.h
parent636784eadce6a322ea6b626ae6b711e53ad36462 (diff)
Add find_merge_result_by_name()
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h3
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