]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libnl-2.0: fix RouteAddress include header
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 5 Jan 2010 00:50:34 +0000 (01:50 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 5 Jan 2010 00:50:34 +0000 (01:50 +0100)
vapi/libnl-2.0.vapi

index e1b466f07c798cb939267c7d44d713ccbb8ba0a8..1c9b1c2f3cbc57b072fcc95c8c89436f840efe9c 100644 (file)
@@ -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();