capture_opts_add_iface_opt() is not used outside capture_opts.c; make it

static.

svn path=/trunk/; revision=41494
This commit is contained in:
Guy Harris 2012-03-12 02:53:21 +00:00
parent 5a84afd814
commit 3af7f28931
2 changed files with 1 additions and 4 deletions

View File

@ -436,7 +436,7 @@ get_auth_arguments(capture_options *capture_opts, const char *arg)
} }
#endif #endif
int static int
capture_opts_add_iface_opt(capture_options *capture_opts, const char *optarg_str_p) capture_opts_add_iface_opt(capture_options *capture_opts, const char *optarg_str_p)
{ {
long adapter_index; long adapter_index;

View File

@ -240,9 +240,6 @@ capture_opts_init(capture_options *capture_opts, void *cf);
extern int extern int
capture_opts_add_opt(capture_options *capture_opts, int opt, const char *optarg, gboolean *start_capture); 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 */ /* log content of capture_opts */
extern void extern void
capture_opts_log(const char *log_domain, GLogLevelFlags log_level, capture_options *capture_opts); capture_opts_log(const char *log_domain, GLogLevelFlags log_level, capture_options *capture_opts);