aboutsummaryrefslogtreecommitdiffstats
path: root/simple_dialog.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-06-04 21:12:01 +0000
committerGuy Harris <guy@alum.mit.edu>2004-06-04 21:12:01 +0000
commit9e6a540f10c97e81f465599328a9d410836944eb (patch)
tree8c7d55d210809ba328153e539a4246ef73bd2895 /simple_dialog.h
parentf760b2d11ca2eada844d65ca3d2f6b1a09d02d7e (diff)
Make the definition of "simple_dialog()" match its declaration.
Make the "type" argument to "vsimple_dialog()" also be an ESD_TYPE_E. svn path=/trunk/; revision=11112
Diffstat (limited to 'simple_dialog.h')
-rw-r--r--simple_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simple_dialog.h b/simple_dialog.h
index 8cda259cf9..be0cb8734e 100644
--- a/simple_dialog.h
+++ b/simple_dialog.h
@@ -2,7 +2,7 @@
* Definitions for alert box routines with toolkit-independent APIs but
* toolkit-dependent implementations.
*
- * $Id: simple_dialog.h,v 1.14 2004/06/04 20:04:34 ulfl Exp $
+ * $Id: simple_dialog.h,v 1.15 2004/06/04 21:12:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -84,7 +84,7 @@ extern gpointer simple_dialog(ESD_TYPE_E 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);
#else
/** Create and show a simple dialog.