From b5c1e171b476d6f90bd2926c1fc7c606f9d4e9a3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 25 Jul 2004 08:02:06 +0000 Subject: Fix the declarations for "simple_dialog()" and "vsimple_dialog()" used for non-GCC 2.x compilers to match their definitions. svn path=/trunk/; revision=11511 --- simple_dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simple_dialog.h') diff --git a/simple_dialog.h b/simple_dialog.h index 6120220c19..d5debc33c3 100644 --- a/simple_dialog.h +++ b/simple_dialog.h @@ -101,7 +101,7 @@ extern gpointer vsimple_dialog(ESD_TYPE_E type, gint btn_mask, * @param ... printf like parameters * @return the newly created dialog */ -extern gpointer simple_dialog(gint type, gint btn_mask, +extern gpointer simple_dialog(ESD_TYPE_E type, gint btn_mask, const gchar *msg_format, ...); /** Create and show a simple dialog using a va_list. * @@ -111,7 +111,7 @@ extern gpointer simple_dialog(gint type, gint btn_mask, * @param ap parameters * @return the newly created dialog */ -extern gpointer vsimple_dialog(gint type, gint btn_mask, +extern gpointer vsimple_dialog(ESD_TYPE_E type, gint btn_mask, const gchar *msg_format, va_list ap); #endif -- cgit v1.2.3