diff options
author | Thomas White <taw@physics.org> | 2021-04-30 16:19:59 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-04-30 16:19:59 +0200 |
commit | 5ae8201dbefdbd69741a2009704443655f98045a (patch) | |
tree | 7073bff0dc0786f1200fa6b174b1363d89c50522 /src/gui_import.h | |
parent | 7d4eff3ab922d7f4929a244b373f77e0a795745b (diff) |
GUI: Take optional stream on command line
Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/12
Diffstat (limited to 'src/gui_import.h')
-rw-r--r-- | src/gui_import.h | 2 |
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 |