Simplify UDP vs. TCP handling in service_announce_services
[project/mdnsd.git] / ubus.h
diff --git a/ubus.h b/ubus.h
index 428d166..e880b73 100644 (file)
--- 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