aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-08-14 04:14:36 +0000
committerGuy Harris <guy@alum.mit.edu>2013-08-14 04:14:36 +0000
commitcbda96d79a9e7f7deb1cf8c6a06ba2a71c546334 (patch)
treee54f8b0fb0267a7ee9e07508ba65935ef3c8349c /file.h
parentda7c920853700355f8613990a166242cb3f16200 (diff)
Global variables considered harmful.
svn path=/trunk/; revision=51352
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 9617ae6abb..320a713ba3 100644
--- a/file.h
+++ b/file.h
@@ -392,7 +392,7 @@ void cf_reftime_packets(capture_file *cf);
/**
* Return the time it took to load the file
*/
-gulong cf_get_computed_elapsed(void);
+gulong cf_get_computed_elapsed(capture_file *cf);
/**
* "Something" has changed, rescan all packets.