spa: bluez: modemmanager: do not use old style declaration

This commit is contained in:
Barnabás Pőcze 2023-07-03 05:10:07 +02:00
parent abbdcf1854
commit 0ed8880489
2 changed files with 2 additions and 2 deletions

View file

@ -771,7 +771,7 @@ bool mm_is_available(void *modemmanager)
return this->modem.path != NULL;
}
unsigned int mm_supported_features()
unsigned int mm_supported_features(void)
{
return SPA_BT_HFP_AG_FEATURE_REJECT_CALL | SPA_BT_HFP_AG_FEATURE_ENHANCED_CALL_STATUS;
}