X-Git-Url: http://git.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=ubus.h;h=e880b7365f6aeb90d2fa11d5c7daec3a076b4884;hp=428d16640848ae5a6b41a1d97a8e74a740ec95f7;hb=dfdebdd97909ebbefac4834d440847fe58daafb2;hpb=788316ef66136e6a68d881e5b24ccf5a98fa4550 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