From: Michael 'Mickey' Lauer Date: Tue, 5 Jan 2010 00:50:34 +0000 (+0100) Subject: libnl-2.0: fix RouteAddress include header X-Git-Tag: 0.7.10~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8aa50a80bcdc5f6c8183507f87b6c6fdfac8d9f;p=thirdparty%2Fvala.git libnl-2.0: fix RouteAddress include header --- diff --git a/vapi/libnl-2.0.vapi b/vapi/libnl-2.0.vapi index e1b466f07..1c9b1c2f3 100644 --- a/vapi/libnl-2.0.vapi +++ b/vapi/libnl-2.0.vapi @@ -101,7 +101,7 @@ namespace Netlink { } [Compact] - [CCode (cprefix = "rtnl_addr_", cname = "struct rtnl_addr", free_function = "", cheader_filename = "netlink/route/netlink.h")] + [CCode (cprefix = "rtnl_addr_", cname = "struct rtnl_addr", free_function = "", cheader_filename = "netlink/route/addr.h")] public class RouteAddress : Address { [CCode (cname = "rtnl_addr_alloc")] public RouteAddress();