diff options
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 1c99d5ce..77936f2a 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -110,6 +110,8 @@ struct crystfelproject { extern enum match_type_id decode_matchtype(const char *type_id); +extern int match_filename(const char *fn, enum match_type_id mt); + extern int load_project(struct crystfelproject *proj); extern void add_file_to_project(struct crystfelproject *proj, |