bluez5: fix compilation of fallback Hsphfpd backend

This commit is contained in:
Wim Taymans 2020-11-16 20:27:55 +01:00
parent 6308c5d806
commit 573e2afd5e

View file

@ -386,6 +386,7 @@ void backend_hsphfpd_add_filters(struct spa_bt_backend *backend);
#else #else
static inline struct spa_bt_backend *backend_hsphfpd_new(struct spa_bt_monitor *monitor, static inline struct spa_bt_backend *backend_hsphfpd_new(struct spa_bt_monitor *monitor,
void *dbus_connection, void *dbus_connection,
const struct spa_dict *info,
const struct spa_support *support, const struct spa_support *support,
uint32_t n_support) { uint32_t n_support) {
return NULL; return NULL;