"ssn_range" needs to be a copy of "global_ssn_range", so that it's not
[obnox/wireshark/wip.git] / simple_dialog.h
index 7d5a4c8bf5ed2aa8dff5746af001c87a7622a94f..d5debc33c315e995ca3d1ab2816dfb868bd7140b 100644 (file)
@@ -2,7 +2,7 @@
  * Definitions for alert box routines with toolkit-independent APIs but
  * toolkit-dependent implementations.
  *
- * $Id: simple_dialog.h,v 1.16 2004/07/13 07:15:42 guy Exp $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -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