aboutsummaryrefslogtreecommitdiff
path: root/src/gui_import.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_import.h')
-rw-r--r--src/gui_import.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_import.h b/src/gui_import.h
index 6d25a32e..7389b1e9 100644
--- a/src/gui_import.h
+++ b/src/gui_import.h
@@ -34,5 +34,7 @@
#include "gui_project.h"
extern gint import_sig(GtkWidget *widget, struct crystfelproject *proj);
+extern int load_stream(struct crystfelproject *proj,
+ const char *stream_filename);
#endif