summaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-10-22 21:22:35 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-10-22 21:22:35 +0000
commitd127d974f56b5103b01e30af0ab6e806e084679b (patch)
tree70a67023b0d57ad5441428b926a8fed8f7e85c7a /file.h
parent19d2c33091027f4d9d8a4d04515a35f3f73ed74f (diff)
downloadwireshark-d127d974f56b5103b01e30af0ab6e806e084679b.tar.gz
volatile fixes.
svn path=/trunk/; revision=45729
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.h b/file.h
index 621856e27e..ea182446d8 100644
--- 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, int to_read, int *err);
+cf_read_status_t cf_continue_tail(capture_file *cf, volatile int to_read, int *err);
/**
* Fake reading packets from the "end" of a capture file.