Greatly simplify PSPP configuration.
[pspp-builds.git] / src / ui / source-init-opts.h
index 874935313ae2554daf9dc6de3ce65ddbbfca52e1..cfd87f3fa0322266114d346b850b73332dfd42bf 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2008  Free Software Foundation
+   Copyright (C) 2008, 2010  Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 
-#ifndef SOURCE_INIT_OPTS
-#define SOURCE_INIT_OPTS
+#ifndef UI_SOURCE_INIT_OPTS
+#define UI_SOURCE_INIT_OPTS
 
-extern const struct argp post_init_argp;
+struct argv_parser;
+struct source_stream;
 
-#endif
+void source_init_register_argv_parser (struct argv_parser *,
+                                       struct source_stream *);
 
+#endif /* ui/source/source-init-opts.h */