Merge commit 'origin/stable'
[pspp-builds.git] / src / ui / gui / psppire.h
index 815de4a07eda818a77d77499b1900355148b2c95..27a633f2ecf35c57cd30dc01ac85aa4a61db28a9 100644 (file)
 #ifndef PSPPIRE_H
 #define PSPPIRE_H
 
+#include <argp.h>
 
-void initialize (void);
+struct command_line_processor ;
+extern const struct argp non_option_argp ;
+
+void initialize (struct command_line_processor *, int argc, char **argv);
 void de_initialize (void);
+
+void psppire_quit (void);
+
 const char * output_file_name (void);
 
 #endif /* PSPPIRE_H */