diff options
author | Thomas Graf <tgr@plip.localdomain> | 2008-12-10 17:02:25 (GMT) |
---|---|---|
committer | Thomas Graf <tgr@plip.localdomain> | 2008-12-10 17:02:25 (GMT) |
commit | b624b9ed936f4c23bc4f30d8dce34da49775dd15 (patch) | |
tree | 247132c726ae64602404656c58a775c421d15f8c /include | |
parent | 724dfa6d70943e0d4e3c8e54bff43050828a64d0 (diff) | |
download | libnl-b624b9ed936f4c23bc4f30d8dce34da49775dd15.zip libnl-b624b9ed936f4c23bc4f30d8dce34da49775dd15.tar.gz libnl-b624b9ed936f4c23bc4f30d8dce34da49775dd15.tar.bz2 |
Remove obsoleted struct nl_handle definition
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink/socket.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/netlink/socket.h b/include/netlink/socket.h index 4c0589d..7e71aed 100644 --- a/include/netlink/socket.h +++ b/include/netlink/socket.h @@ -19,9 +19,6 @@ extern "C" { #endif -/* backwards compatibility for now */ -#define nl_handle nl_sock - extern struct nl_sock * nl_socket_alloc(void); extern struct nl_sock * nl_socket_alloc_cb(struct nl_cb *); extern void nl_socket_free(struct nl_sock *); |