summaryrefslogtreecommitdiff
path: root/capture_opts.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-14 00:10:15 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-14 00:10:15 +0000
commit0e54136213952f9f947586ea183c11bdaf019f11 (patch)
tree7ac93a4feb6000a35fc68e8d12e738c6a69bdb5c /capture_opts.h
parentdcf49bf092d57197e32862bb0aabe91f2a173fb8 (diff)
downloadwireshark-0e54136213952f9f947586ea183c11bdaf019f11.tar.gz
See whether the Leopard x86 buildbot is upset because of the name
if_capabilities_t - it doesn't fail on Snow Leopard, even if I undefine HAVE_PCAP_CREATE, and doesn't fail on the Leopard PPC buildbot, either. svn path=/trunk/; revision=32799
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 34709fce04..4023dad9f2 100644
--- a/capture_opts.h
+++ b/capture_opts.h
@@ -176,7 +176,7 @@ capture_opts_log(const char *log_domain, GLogLevelFlags log_level, capture_optio
/* print interface capabilities, including link layer types */
extern void
-capture_opts_print_if_capabilities(if_capabilities_t *caps,
+capture_opts_print_if_capabilities(if_caps_t *caps,
gboolean monitor_mode);
/* print list of interfaces */