include: Add handsfree card register method

This commit is contained in:
Denis Kenzior 2013-02-26 13:21:32 -06:00
parent dfeb91fc08
commit d15e22ab6d
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ struct ofono_handsfree_card;
struct ofono_handsfree_card *ofono_handsfree_card_create(const char *remote,
const char *local);
int ofono_handsfree_card_register(struct ofono_handsfree_card *card);
void ofono_handsfree_card_remove(struct ofono_handsfree_card *card);
void ofono_handsfree_audio_ref(void);