diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-09 17:56:51 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-09 17:56:51 +0200 |
commit | 275a09d6c5ca1c1b03cfc74a5f856c7304adc80c (patch) | |
tree | 1fefe9e0fa5217a6a34280de655b3255b1c852ad /netifd.h | |
parent | 8ddaf5d7688b14590f283b2ebb81f78326fb39fd (diff) |
add an ubus call for restarting netifd
Diffstat (limited to 'netifd.h')
-rw-r--r-- | netifd.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,4 +16,6 @@ struct device; struct interface; +void netifd_restart(void); + #endif |