X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Ft-test-options.h;h=4f138327f9273635140875c1e46f5a9857c443e9;hb=e7913c62251710319b06c50702c5db9afb612be5;hp=e80ef44496c5e21e08e0eabd1cafc90a047694ef;hpb=a992bf1121d3e1eef76fd6184b95fe079bb91558;p=pspp diff --git a/src/ui/gui/t-test-options.h b/src/ui/gui/t-test-options.h index e80ef44496..4f138327f9 100644 --- a/src/ui/gui/t-test-options.h +++ b/src/ui/gui/t-test-options.h @@ -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