Rewrite Import Dialog.
[pspp] / src / ui / gui / t-test-options.h
index e80ef44496c5e21e08e0eabd1cafc90a047694ef..4f138327f9273635140875c1e46f5a9857c443e9 100644 (file)
@@ -24,12 +24,12 @@ struct tt_options_dialog;
 
 void tt_options_dialog_run (struct tt_options_dialog *);
 
-struct tt_options_dialog * tt_options_dialog_create (GtkBuilder *, GtkWindow *);
+struct tt_options_dialog * tt_options_dialog_create (GtkWindow *);
 
 void tt_options_dialog_destroy (struct tt_options_dialog *);
 
 
-void tt_options_dialog_append_syntax (struct tt_options_dialog *, GString *);
+void tt_options_dialog_append_syntax (const struct tt_options_dialog *, GString *);
 
 
 #endif