netifd: Fix printf calls + function declarations.
[project/netifd.git] / system.h
index c8ddbade81b5544a102cd2485ec78ea46ed64180..1a3d0231cf5ff850b0797035966245e24dff16d3 100644 (file)
--- a/system.h
+++ b/system.h
@@ -216,6 +216,6 @@ time_t system_get_rtime(void);
 
 void system_fd_set_cloexec(int fd);
 
-int system_update_ipv6_mtu(struct device *device, int mtu);
+int system_update_ipv6_mtu(struct device *dev, int mtu);
 
 #endif