aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-23 20:34:18 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-23 20:34:18 +0000
commit9296aa1ff2d95a7e3a7a4ec9c2e0a0355155386e (patch)
treed1d94a7ed91c64aa2aeff07538f0eeb63b95060a /capture_opts.h
parent3afe44acbfd77c69834bd183ac8ec6dd471056be (diff)
Rename a variable to avoid collisions with a global variable, as noted
by John Smith. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25549 f5534014-38df-0310-8fa8-9805f1628bb7
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