diff options
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h index 2289ffff..e08e20a7 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -339,6 +339,7 @@ extern void add_file_to_project(struct crystfelproject *proj, const char *event); extern void clear_project_files(struct crystfelproject *proj); +extern void clear_indexing_results(struct crystfelproject *proj); extern int add_indexing_result(struct crystfelproject *proj, char *name, |