diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-03 03:13:30 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-03 03:13:30 +0200 |
commit | 367f5edba8abe7e03890ceb00c00617d64d7bf73 (patch) | |
tree | 8d4e80e7985c58743443fdec86b972aad1f43612 /netifd.h | |
parent | f2d8d143f29d3807532e137813d0b4a0dd2a753c (diff) |
add a ubus call for triggering config reloads
Diffstat (limited to 'netifd.h')
-rw-r--r-- | netifd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,5 +18,6 @@ struct interface; extern const char *main_path; void netifd_restart(void); +void netifd_reload(void); #endif |