X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fterminal-opts.h;h=50f2319690fb53d32abf074f67cdc80788431ead;hb=f5f8c375e650d350eab25680c6aa348229524984;hp=12251123db3623b71cf65d5745bada2ddc78eb43;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp-builds.git diff --git a/src/ui/terminal/terminal-opts.h b/src/ui/terminal/terminal-opts.h index 12251123..50f23196 100644 --- a/src/ui/terminal/terminal-opts.h +++ b/src/ui/terminal/terminal-opts.h @@ -18,12 +18,15 @@ #ifndef UI_TERMINAL_TERMINAL_OPTS_H #define UI_TERMINAL_TERMINAL_OPTS_H 1 +#include +#include "libpspp/getl.h" + struct argv_parser; -struct source_stream; struct terminal_opts; struct terminal_opts *terminal_opts_init (struct argv_parser *, - struct source_stream *); + enum syntax_mode *, + bool *process_statrc); void terminal_opts_done (struct terminal_opts *, int argc, char *argv[]); #endif /* ui/terminal/terminal-opts.h */