diff options
author | Tom Gundersen <teg@jklm.no> | 2015-06-26 00:07:25 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-06-28 19:10:51 +0200 |
commit | 4203fc8b818e68113aed2f3dc0e47a00f4059a30 (patch) | |
tree | 016780076b7648eb3bc61db1d6c6d7b14dd6d44c /src/libsystemd/sd-netlink/netlink-internal.h | |
parent | da041d69d17cbbcb6f894d58700c01ae847dea18 (diff) |
sd-netlink: make a couple of helper functions static
Also rename from rtnl_* to netlink_*.
Diffstat (limited to 'src/libsystemd/sd-netlink/netlink-internal.h')
-rw-r--r-- | src/libsystemd/sd-netlink/netlink-internal.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libsystemd/sd-netlink/netlink-internal.h b/src/libsystemd/sd-netlink/netlink-internal.h index 7290f4e875..31bc1d3fbd 100644 --- a/src/libsystemd/sd-netlink/netlink-internal.h +++ b/src/libsystemd/sd-netlink/netlink-internal.h @@ -122,14 +122,6 @@ int socket_read_message(sd_netlink *nl); int rtnl_rqueue_make_room(sd_netlink *rtnl); int rtnl_rqueue_partial_make_room(sd_netlink *rtnl); -int rtnl_message_read_internal(sd_netlink_message *m, unsigned short type, void **data); -int rtnl_message_parse(sd_netlink_message *m, - size_t **rta_offset_tb, - unsigned short *rta_tb_size, - int max, - struct rtattr *rta, - unsigned int rt_len); - /* Make sure callbacks don't destroy the rtnl connection */ #define RTNL_DONT_DESTROY(rtnl) \ _cleanup_netlink_unref_ _unused_ sd_netlink *_dont_destroy_##rtnl = sd_netlink_ref(rtnl) |