chiark / gitweb /
sd-bus: add support for new InteractiveAuthorizationRequired error from dbus spec
[elogind.git] / src / libsystemd / sd-rtnl / rtnl-util.h
index 2963f02d3ea81a81e831072adb3dc8fff129a7de..fa3592df9dfb89f0f32b462995e9aef56034077d 100644 (file)
@@ -34,8 +34,8 @@ bool rtnl_message_type_is_link(uint16_t type);
 bool rtnl_message_type_is_addr(uint16_t type);
 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_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);