bluetooth: Make pa_bt_audio_state_from_string() private.

This commit is contained in:
Tanu Kaskinen 2012-12-16 07:03:00 +02:00
parent 51c88fb8b9
commit 7b8681de07
2 changed files with 2 additions and 3 deletions

View file

@ -161,7 +161,6 @@ const char* pa_bluetooth_get_form_factor(uint32_t class);
char *pa_bluetooth_cleanup_name(const char *name);
pa_bool_t pa_bluetooth_uuid_has(pa_bluetooth_uuid *uuids, const char *uuid);
pa_bt_audio_state_t pa_bt_audio_state_from_string(const char* value);
const char *pa_bt_profile_to_string(enum profile profile);
#endif