summaryrefslogtreecommitdiff
path: root/netifd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-03 03:13:30 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-03 03:13:30 +0200
commit367f5edba8abe7e03890ceb00c00617d64d7bf73 (patch)
tree8d4e80e7985c58743443fdec86b972aad1f43612 /netifd.h
parentf2d8d143f29d3807532e137813d0b4a0dd2a753c (diff)
downloadnetifd-367f5edba8abe7e03890ceb00c00617d64d7bf73.tar.gz
add a ubus call for triggering config reloads
Diffstat (limited to 'netifd.h')
-rw-r--r--netifd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/netifd.h b/netifd.h
index be29b3c..fc2b6a7 100644
--- a/netifd.h
+++ b/netifd.h
@@ -18,5 +18,6 @@ struct interface;
extern const char *main_path;
void netifd_restart(void);
+void netifd_reload(void);
#endif