summaryrefslogtreecommitdiffstats
path: root/src/systemd/sd-netlink.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-06-13 21:10:39 +0200
committerTom Gundersen <teg@jklm.no>2015-06-13 21:11:01 +0200
commit89489ef7d451d61e176764deb608a84e29b1fd38 (patch)
tree49028ccd159a7125a7a87fcf2cec218848b6e21d /src/systemd/sd-netlink.h
parentsd-netlink: drop the write-queue (diff)
downloadsystemd-89489ef7d451d61e176764deb608a84e29b1fd38.tar.xz
systemd-89489ef7d451d61e176764deb608a84e29b1fd38.zip
sd-netlink: message - split up source file
Split netlink-socket.c and rtnl-message.c from netlink-message.c.
Diffstat (limited to '')
-rw-r--r--src/systemd/sd-netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-netlink.h b/src/systemd/sd-netlink.h
index 7f6af5489d..24a9ed8e77 100644
--- a/src/systemd/sd-netlink.h
+++ b/src/systemd/sd-netlink.h
@@ -113,7 +113,7 @@ int sd_rtnl_message_new_addr(sd_netlink *nl, sd_netlink_message **ret, uint16_t
int sd_rtnl_message_new_route(sd_netlink *nl, sd_netlink_message **ret, uint16_t nlmsg_type, int rtm_family, unsigned char rtm_protocol);
int sd_rtnl_message_new_neigh(sd_netlink *nl, sd_netlink_message **ret, uint16_t msg_type, int index, int nda_family);
-int sd_netlink_message_get_family(sd_netlink_message *m, int *family);
+int sd_rtnl_message_get_family(sd_netlink_message *m, int *family);
int sd_rtnl_message_addr_set_prefixlen(sd_netlink_message *m, unsigned char prefixlen);
int sd_rtnl_message_addr_set_scope(sd_netlink_message *m, unsigned char scope);