aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-22 23:44:48 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-22 23:44:48 +0000
commit6b4767bd7f3531af5947bcd741a7529ff21f4bb4 (patch)
tree6ff3c7b5b06d91466fd8d068c4614451e38ac40c /file.h
parent0006c73c8dd300ec37bc8355753c8ccc01824a9e (diff)
match declaration of cf_continue_tail() with implementation
svn path=/trunk/; revision=21135
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.