[vala] libnl-2.0: fix RouteAddress include header



commit a8aa50a80bcdc5f6c8183507f87b6c6fdfac8d9f
Author: Michael 'Mickey' Lauer <mickey vanille-media de>
Date:   Tue Jan 5 01:50:34 2010 +0100

    libnl-2.0: fix RouteAddress include header

 vapi/libnl-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/libnl-2.0.vapi b/vapi/libnl-2.0.vapi
index e1b466f..1c9b1c2 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();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]