Only update resolv.conf if changed (avoid logspam)
[project/netifd.git] / system.h
index 7716fbd..acfaa37 100644 (file)
--- a/system.h
+++ b/system.h
@@ -99,4 +99,8 @@ int system_add_ip_tunnel(const char *name, struct blob_attr *attr);
 
 time_t system_get_rtime(void);
 
 
 time_t system_get_rtime(void);
 
+void system_fd_set_cloexec(int fd);
+
+int system_update_ipv6_mtu(struct device *device, int mtu);
+
 #endif
 #endif