summaryrefslogtreecommitdiff
path: root/netifd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-09 17:56:51 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-09 17:56:51 +0200
commit275a09d6c5ca1c1b03cfc74a5f856c7304adc80c (patch)
tree1fefe9e0fa5217a6a34280de655b3255b1c852ad /netifd.h
parent8ddaf5d7688b14590f283b2ebb81f78326fb39fd (diff)
downloadnetifd-275a09d6c5ca1c1b03cfc74a5f856c7304adc80c.tar.gz
add an ubus call for restarting netifd
Diffstat (limited to 'netifd.h')
-rw-r--r--netifd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/netifd.h b/netifd.h
index 69210ac..916b79e 100644
--- a/netifd.h
+++ b/netifd.h
@@ -16,4 +16,6 @@
struct device;
struct interface;
+void netifd_restart(void);
+
#endif