]> granicus.if.org Git - libnl/commitdiff
netlink: Forward declare frequent libnl types to ease inclusion deps
authorThomas Graf <tgraf@suug.ch>
Thu, 14 Feb 2013 11:37:10 +0000 (12:37 +0100)
committerThomas Graf <tgraf@suug.ch>
Thu, 14 Feb 2013 11:37:10 +0000 (12:37 +0100)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
include/netlink/netlink.h

index 5f685489b1ba7e6673937a8b159394e947dcb004..1d74ba13a721152f8a594f32fa7748ed5906a5e8 100644 (file)
@@ -6,7 +6,7 @@
  *     License as published by the Free Software Foundation version 2.1
  *     of the License.
  *
- * Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
+ * Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
  */
 
 #ifndef NETLINK_NETLINK_H_
@@ -40,6 +40,8 @@ extern "C" {
 struct ucred;
 struct nl_cache_ops;
 struct nl_parser_param;
+struct nl_object;
+struct nl_sock;
 
 extern int nl_debug;
 extern struct nl_dump_params nl_debug_dp;