summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-01-08 18:52:32 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-15 11:12:53 +0100
commitd7f7f002e3d168aedb5f2bc92180f5966482d7d9 (patch)
tree05b56547fd087c3865416e290d7e8289d41f2860 /system.h
parent9908adbd9a31c92f13b05f0c057d4429edbc5184 (diff)
downloadnetifd-d7f7f002e3d168aedb5f2bc92180f5966482d7d9.tar.gz
Initial IPv6 prefix support
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 2 insertions, 0 deletions
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