X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system.h;h=acfaa373f6650f756fbb3562a63091fd4607749d;hp=bc1b932776e8548a64a162633b39612a8975d1e4;hb=d7f7f002e3d168aedb5f2bc92180f5966482d7d9;hpb=c173c610044890c539584f3beb927e71ff83c198 diff --git a/system.h b/system.h index bc1b932..acfaa37 100644 --- a/system.h +++ b/system.h @@ -101,4 +101,6 @@ time_t system_get_rtime(void); void system_fd_set_cloexec(int fd); +int system_update_ipv6_mtu(struct device *device, int mtu); + #endif