diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-08-14 04:14:36 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-08-14 04:14:36 +0000 |
commit | cbda96d79a9e7f7deb1cf8c6a06ba2a71c546334 (patch) | |
tree | e54f8b0fb0267a7ee9e07508ba65935ef3c8349c /file.h | |
parent | da7c920853700355f8613990a166242cb3f16200 (diff) | |
download | wireshark-cbda96d79a9e7f7deb1cf8c6a06ba2a71c546334.tar.gz wireshark-cbda96d79a9e7f7deb1cf8c6a06ba2a71c546334.tar.bz2 wireshark-cbda96d79a9e7f7deb1cf8c6a06ba2a71c546334.zip |
Global variables considered harmful.
svn path=/trunk/; revision=51352
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |