chiark / gitweb /
pam: externally our booleans are ints, not unsigneds
[elogind.git] / src / libsystemd-rtnl / rtnl-util.h
index dd8300b8275a543ff4196bedaa2eca4fe3514c81..a6ac4b62c9f46cbb6f833704f39767bce073fa6b 100644 (file)
@@ -23,4 +23,5 @@
 
 #include "sd-rtnl.h"
 
-int rtnl_set_link_properties(sd_rtnl *rtnl, int ifindex, const char *name, 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 struct ether_addr *mac, unsigned mtu);