Make the "start_time" argument to "delayed_create_progress_dlg()" a
[obnox/wireshark/wip.git] / progress_dlg.h
index 33b26e0e45b31f7f1dbca6439fdd1ac2b74164ed..a2dc6d9fb7ec5e86f9e418193509ea1d3fb7ebbc 100644 (file)
@@ -1,7 +1,7 @@
 /* progress_dlg.h
  * Definitions for progress dialog box routines
  *
- * $Id: progress_dlg.h,v 1.4 2002/08/28 21:00:41 jmayer Exp $
+ * $Id: progress_dlg.h,v 1.5 2002/08/28 22:28:42 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -58,7 +58,7 @@ progdlg_t *create_progress_dlg(const gchar *task_title, const gchar *item_title,
  */
 progdlg_t *
 delayed_create_progress_dlg(const gchar *task_title, const gchar *item_title,
-    const gchar *stop_title, gboolean *stop_flag, GTimeVal *start_time,
+    const gchar *stop_title, gboolean *stop_flag, const GTimeVal *start_time,
     gfloat progress);
 
 /*