netlink: Forward declare frequent libnl types to ease inclusion deps
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
5a5aa73158
commit
bb9911b5a3
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue