From Jakub Zawadzki: for file read progress bars, use the raw offset in
[obnox/wireshark/wip.git] / wiretap / lanalyzer.h
index 7f597da6db69bb2b91573a2bc2bdc70c06eb32ce..6c54a0c024b1eb20d810ddb560c36f3d5559f7d4 100644 (file)
@@ -1,6 +1,6 @@
 /* lanalyzer.h
  *
- * $Id: lanalyzer.h,v 1.9 2004/01/25 21:55:15 guy Exp $
+ * $Id$
  *
  * Wiretap Library
  * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -170,7 +170,7 @@ typedef struct {
       } LA_TmpInfo;
 
 int         lanalyzer_open(wtap *wth, int *err, gchar **err_info);
-gboolean    lanalyzer_dump_open(wtap_dumper *wdh, gboolean cant_seek, int *err);
+gboolean    lanalyzer_dump_open(wtap_dumper *wdh, int *err);
 int         lanalyzer_dump_can_write_encap(int encap);
 
 #endif