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=refs%2Fheads%2Fctables7;hp=32c160f05238f533f99a2bfe78ef1bb85d9e3032;hpb=b2b2b0a29f80de89d96bcceea90f117930ab47b9;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