X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsystemd%2Fsd-rtnl%2Frtnl-util.h;h=06d5699c3a24d00d783aa5af5f020888b29088f7;hb=6992efee44d3affd17dd9174e8673ae63ba01ec7;hp=33746afe2ba7109d69164e1a16b878e74462e8c5;hpb=cf6a8911738fe2635a5210769d5348b05b166691;p=elogind.git diff --git a/src/libsystemd/sd-rtnl/rtnl-util.h b/src/libsystemd/sd-rtnl/rtnl-util.h index 33746afe2..06d5699c3 100644 --- a/src/libsystemd/sd-rtnl/rtnl-util.h +++ b/src/libsystemd/sd-rtnl/rtnl-util.h @@ -28,7 +28,7 @@ int rtnl_message_new_synthetic_error(int error, uint32_t serial, sd_rtnl_message **ret); uint32_t rtnl_message_get_serial(sd_rtnl_message *m); -int rtnl_message_seal(sd_rtnl *nl, sd_rtnl_message *m); +void rtnl_message_seal(sd_rtnl_message *m); bool rtnl_message_type_is_link(uint16_t type); bool rtnl_message_type_is_addr(uint16_t type); @@ -37,8 +37,6 @@ bool rtnl_message_type_is_route(uint16_t type); int rtnl_set_link_name(sd_rtnl *rtnl, int ifindex, const char *name); int rtnl_set_link_properties(sd_rtnl *rtnl, int ifindex, const char *alias, const struct ether_addr *mac, unsigned mtu); -int rtnl_message_link_get_ifname(sd_rtnl_message *m, const char **ret); - DEFINE_TRIVIAL_CLEANUP_FUNC(sd_rtnl*, sd_rtnl_unref); DEFINE_TRIVIAL_CLEANUP_FUNC(sd_rtnl_message*, sd_rtnl_message_unref);