summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgr@plip.localdomain>2008-12-10 18:02:25 +0100
committerThomas Graf <tgr@plip.localdomain>2008-12-10 18:02:25 +0100
commitb624b9ed936f4c23bc4f30d8dce34da49775dd15 (patch)
tree247132c726ae64602404656c58a775c421d15f8c /include
parent724dfa6d70943e0d4e3c8e54bff43050828a64d0 (diff)
downloadandroid_external_libnl-b624b9ed936f4c23bc4f30d8dce34da49775dd15.tar.gz
android_external_libnl-b624b9ed936f4c23bc4f30d8dce34da49775dd15.tar.bz2
android_external_libnl-b624b9ed936f4c23bc4f30d8dce34da49775dd15.zip
Remove obsoleted struct nl_handle definition
Diffstat (limited to 'include')
-rw-r--r--include/netlink/socket.h3
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 *);