include: Add ofono_emulator_set_handsfree_card

This commit is contained in:
Denis Kenzior 2015-10-06 12:48:12 +02:00
parent e218b83b38
commit d22e75a7f3
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,7 @@ extern "C" {
struct ofono_emulator;
struct ofono_emulator_request;
struct ofono_handsfree_card;
enum ofono_emulator_type {
OFONO_EMULATOR_TYPE_DUN,
@ -108,6 +109,9 @@ void ofono_emulator_set_hf_indicator_active(struct ofono_emulator *em,
int indicator,
ofono_bool_t active);
void ofono_emulator_set_handsfree_card(struct ofono_emulator *em,
struct ofono_handsfree_card *card);
#ifdef __cplusplus
}
#endif