Fix warning: file.c(776) : warning C4028: formal parameter 2 different from declaration
[jlayton/wireshark.git] / file.h
diff --git a/file.h b/file.h
index ea182446d81bb31fe65c95a6176d59e7b0690441..621856e27eb1a97607000fcc4c3f0c9ac0d7e4bc 100644 (file)
--- a/file.h
+++ b/file.h
@@ -182,7 +182,7 @@ cf_status_t cf_start_tail(capture_file *cf, const char *fname, gboolean is_tempf
  * @param err the error code, if an error had occured
  * @return one of cf_read_status_t
  */
-cf_read_status_t cf_continue_tail(capture_file *cf, volatile int to_read, int *err);
+cf_read_status_t cf_continue_tail(capture_file *cf, int to_read, int *err);
 
 /**
  * Fake reading packets from the "end" of a capture file.