X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fvar-type-dialog.h;h=ee9b7b2ac567fb005588ad4ec8f7ea3576ef1fa5;hb=5b6f8f94c5f47443e7afe4cb4c38348d374b7dfa;hp=32c160f05238f533f99a2bfe78ef1bb85d9e3032;hpb=79741814541130f36c8d0cc5ee64fc5a959ca255;p=pspp diff --git a/src/ui/gui/var-type-dialog.h b/src/ui/gui/var-type-dialog.h index 32c160f052..ee9b7b2ac5 100644 --- a/src/ui/gui/var-type-dialog.h +++ b/src/ui/gui/var-type-dialog.h @@ -102,7 +102,7 @@ struct _PsppireVarTypeDialogClass { GType psppire_var_type_dialog_get_type (void) G_GNUC_CONST; PsppireVarTypeDialog* psppire_var_type_dialog_new (const struct fmt_spec *); -void psppire_var_type_dialog_run (GtkWindow *parent_window, +gint psppire_var_type_dialog_run (GtkWindow *parent_window, struct fmt_spec *format); G_END_DECLS