aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-12 02:53:21 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-12 02:53:21 +0000
commit3af7f28931f99c358de3b35af0d68b11e8464721 (patch)
tree817e9654f2727a6fc40c56ebc1931318c480fdc5 /capture_opts.h
parent5a84afd814b5ece9ac883c36df5fc746f0308fdb (diff)
capture_opts_add_iface_opt() is not used outside capture_opts.c; make it
static. svn path=/trunk/; revision=41494
Diffstat (limited to 'capture_opts.h')
-rw-r--r--capture_opts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/capture_opts.h b/capture_opts.h
index 5e0d2e56ea..c8f65747dc 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -240,9 +240,6 @@ capture_opts_init(capture_options *capture_opts, void *cf);
extern int
capture_opts_add_opt(capture_options *capture_opts, int opt, const char *optarg, gboolean *start_capture);
-extern int
-capture_opts_add_iface_opt(capture_options *capture_opts, const char *optarg_str_p);
-
/* log content of capture_opts */
extern void
capture_opts_log(const char *log_domain, GLogLevelFlags log_level, capture_options *capture_opts);