X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog.h;h=012a3e8944db19091502ba0ef58bcbe302c8f1c6;hb=d33c417b65f897853ca34ac471e0ce9b10c0a627;hp=29381261bf4c134c5b7ba062b841c1bc4f42776e;hpb=32680e29683e685117eaeda0dd40ebe557f84336;p=pspp diff --git a/src/ui/gui/psppire-dialog.h b/src/ui/gui/psppire-dialog.h index 29381261bf..012a3e8944 100644 --- a/src/ui/gui/psppire-dialog.h +++ b/src/ui/gui/psppire-dialog.h @@ -14,11 +14,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ - #ifndef __PSPPIRE_DIALOG_H__ #define __PSPPIRE_DIALOG_H__ - #include #include #include @@ -74,14 +72,13 @@ void psppire_dialog_close (PsppireDialog *); gint psppire_dialog_run (PsppireDialog *); void psppire_dialog_set_valid_predicate (PsppireDialog *, ContentsAreValid, - gpointer ); + gpointer); void psppire_dialog_set_accept_predicate (PsppireDialog *, ContentsAreValid, - gpointer ); + gpointer); gboolean psppire_dialog_is_acceptable (const PsppireDialog *); void psppire_dialog_notify_change (PsppireDialog *); G_END_DECLS #endif /* __PSPPIRE_DIALOG_H__ */ -