aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-05-04 16:59:44 +0200
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commita170c8d8f69f8682a17869a809aaede036fb0254 (patch)
treeea64d6e7dd8c85b3588758eb4f5f4d63a72731da /src/gui_project.h
parent26861a1ad1d3854e3f0acc9479fd5f5cc1135bdd (diff)
Move match_filename() to gui_project
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h2
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,