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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index 0e4c9859..8a3af512 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -231,4 +231,7 @@ extern struct image *find_result(struct crystfelproject *proj,
const char *filename,
const char *event);
+extern struct gui_result *find_result_by_name(struct crystfelproject *proj,
+ const char *name);
+
#endif