chiark / gitweb /
rtnl: internal headers must include pragma once protection
[elogind.git] / src / libsystemd-rtnl / rtnl-util.h
index dd8300b8275a543ff4196bedaa2eca4fe3514c81..902ff646cf078bb25d90596e9bbff90d24885357 100644 (file)
@@ -1,5 +1,7 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
+#pragma once
+
 /***
  This file is part of systemd.
 
@@ -23,4 +25,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);