diff options
author | Steven Barth <steven@midlink.org> | 2013-01-08 18:52:32 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-15 11:12:53 +0100 |
commit | d7f7f002e3d168aedb5f2bc92180f5966482d7d9 (patch) | |
tree | 05b56547fd087c3865416e290d7e8289d41f2860 /system.h | |
parent | 9908adbd9a31c92f13b05f0c057d4429edbc5184 (diff) |
Initial IPv6 prefix support
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |