From 9307251bb8568c33b29a93b13fabcdaf8c7a1fe4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 14 May 2010 00:49:28 +0000 Subject: Um, no, the problem with the Leopard x86 build is that we first do a build without libpcap, to make sure that works, and then do a build with libpcap, to put into a binary release. It's the former that's failing; I'll back out the previous change and then work on that. svn path=/trunk/; revision=32801 --- 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 4023dad9f2..34709fce04 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_caps_t *caps, +capture_opts_print_if_capabilities(if_capabilities_t *caps, gboolean monitor_mode); /* print list of interfaces */ -- cgit v1.2.3