aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-22 23:44:48 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-22 23:44:48 +0000
commitf9ffe27dc5658154d968473ca0563f50d75602ab (patch)
tree6ff3c7b5b06d91466fd8d068c4614451e38ac40c /file.h
parent30bf1c91c2d86c1d612aa556bf47cd2a6a26a04a (diff)
match declaration of cf_continue_tail() with implementation
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21135 f5534014-38df-0310-8fa8-9805f1628bb7
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 c5c00b2095..03bb8a7fd7 100644
--- a/file.h
+++ b/file.h
@@ -142,7 +142,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);
/**
* Finish reading from "end" of a capture file.