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=1aa87f10e686eb09df296411d8ebfa28fa151860;hp=e80ef44496c5e21e08e0eabd1cafc90a047694ef;hpb=a2bd2e76dfd5b22649c624abfe56c1d6cb14c2d9;p=pspp-builds.git diff --git a/src/ui/gui/t-test-options.h b/src/ui/gui/t-test-options.h index e80ef444..4f138327 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