X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=727c638f1680807c70a2928514473e97afa83f84;hp=510dd6ab7817b19ccd668509534aee5e44ca1148;hb=1565d76bd6ff2d1064c3d30e947dc70613417853;hpb=d02dc222e61e2464bf850a629030c8a8b9b57ee8 diff --git a/src/odhcpd.h b/src/odhcpd.h index 510dd6a..727c638 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -195,7 +195,7 @@ int init_ubus(void); const char* ubus_get_ifname(const char *name); void ubus_apply_network(void); bool ubus_has_prefix(const char *name, const char *ifname); -uint16_t ubus_get_class(const char *ifname, const struct in6_addr *addr); +bool ubus_get_class(const char *ifname, const struct in6_addr *addr, uint16_t *pclass); #endif