From 0e54136213952f9f947586ea183c11bdaf019f11 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 14 May 2010 00:10:15 +0000 Subject: 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 --- capture_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture_opts.h') 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 */ -- cgit v1.2.1