diff options
author | Steven Barth <steven@midlink.org> | 2013-10-14 13:12:28 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-14 13:12:28 +0200 |
commit | 78c5e4b032c420852abc2a9e1e6f429a4d803c21 (patch) | |
tree | 76c0f1f4c08571516b70d7f5575f7cec7cf02adf /src/odhcpd.h | |
parent | 2a80a389e1df5341ada9a9f66ce0ad9844ef65f7 (diff) |
Various fixes
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index be8baeb..fb3db37 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -190,6 +190,7 @@ int config_parse_interface(struct blob_attr *b, const char *iname, bool overwrit const char* ubus_get_ifname(const char *name); void ubus_apply_network(void); +bool ubus_has_prefix(const char *name, const char *ifname); // Exported module initializers |