From 3af7f28931f99c358de3b35af0d68b11e8464721 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 12 Mar 2012 02:53:21 +0000 Subject: capture_opts_add_iface_opt() is not used outside capture_opts.c; make it static. svn path=/trunk/; revision=41494 --- capture_opts.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'capture_opts.h') 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); -- cgit v1.2.3