diff options
author | Steven Barth <steven@midlink.org> | 2013-10-14 09:02:27 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-14 09:02:27 +0200 |
commit | 2a80a389e1df5341ada9a9f66ce0ad9844ef65f7 (patch) | |
tree | b4e56a30b151c197a9b9b0c8e1b6ed8e761972e2 /src/odhcpd.h | |
parent | 8b19de666e02f24280728938dd985ecb3673b83e (diff) |
Fix upstream detection
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 5608fa9..be8baeb 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -186,7 +186,7 @@ time_t odhcpd_time(void); ssize_t odhcpd_unhexlify(uint8_t *dst, size_t len, const char *src); void odhcpd_hexlify(char *dst, const uint8_t *src, size_t len); -int config_parse_interface(struct blob_attr *b, const char *iname); +int config_parse_interface(struct blob_attr *b, const char *iname, bool overwrite); const char* ubus_get_ifname(const char *name); void ubus_apply_network(void); |