diff options
author | Steven Barth <steven@midlink.org> | 2013-10-15 16:32:35 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-15 16:32:35 +0200 |
commit | 74cd69a0fe942e03429582f06969d26d478e54aa (patch) | |
tree | b2e7408760e733e90f6e0181561ea16fd1c71cfc /src/odhcpd.h | |
parent | 57e0e45970b8c1cf0d36ab07efd4c19d92529e85 (diff) |
Fix config retrieval from netifd
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 531a0ff..090b07b 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, bool overwrite); +int config_parse_interface(void *data, size_t len, const char *iname, bool overwrite); #ifdef WITH_UBUS int init_ubus(void); |