summaryrefslogtreecommitdiff
path: root/capture_opts.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-06-23 20:34:18 +0000
committerGuy Harris <guy@alum.mit.edu>2008-06-23 20:34:18 +0000
commit2a6564dea901f4911d7e22e0cbdecc2f0b77961f (patch)
treed1d94a7ed91c64aa2aeff07538f0eeb63b95060a /capture_opts.h
parent6b762c78a500d44eb87db3e621b3efef3b50846c (diff)
downloadwireshark-2a6564dea901f4911d7e22e0cbdecc2f0b77961f.tar.gz
Rename a variable to avoid collisions with a global variable, as noted
by John Smith. svn path=/trunk/; revision=25549
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 00a6523738..6d86c41d83 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -157,7 +157,7 @@ typedef struct capture_options_tag {
/* initialize the capture_options with some reasonable values */
extern void
-capture_opts_init(capture_options *capture_opts, void *cfile);
+capture_opts_init(capture_options *capture_opts, void *cf);
/* set a command line option value */
extern int