X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=ubus.h;h=e880b7365f6aeb90d2fa11d5c7daec3a076b4884;hb=b7e5cb7ab91a9487ec71a14b706b5589cefe9052;hp=428d16640848ae5a6b41a1d97a8e74a740ec95f7;hpb=788316ef66136e6a68d881e5b24ccf5a98fa4550;p=project%2Fmdnsd.git diff --git a/ubus.h b/ubus.h index 428d166..e880b73 100644 --- a/ubus.h +++ b/ubus.h @@ -15,5 +15,6 @@ #define _UBUS_H__ extern void ubus_startup(void); +extern int ubus_service_list(ubus_data_handler_t cb); #endif