From f9ffe27dc5658154d968473ca0563f50d75602ab Mon Sep 17 00:00:00 2001 From: ulfl Date: Thu, 22 Mar 2007 23:44:48 +0000 Subject: match declaration of cf_continue_tail() with implementation git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21135 f5534014-38df-0310-8fa8-9805f1628bb7 --- file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.h') 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. -- cgit v1.2.3