chiark / gitweb /
networkd: add minimal client tool "networkd" to query network status
[elogind.git] / src / libsystemd / sd-rtnl / rtnl-util.h
index 06d5699c3a24d00d783aa5af5f020888b29088f7..2963f02d3ea81a81e831072adb3dc8fff129a7de 100644 (file)
@@ -37,6 +37,9 @@ 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_log_parse_error(int r);
+int rtnl_log_create_error(int r);
+
 DEFINE_TRIVIAL_CLEANUP_FUNC(sd_rtnl*, sd_rtnl_unref);
 DEFINE_TRIVIAL_CLEANUP_FUNC(sd_rtnl_message*, sd_rtnl_message_unref);