From d22e75a7f35222e2ef6fe46dd724a8be9432b641 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 6 Oct 2015 12:48:12 +0200 Subject: include: Add ofono_emulator_set_handsfree_card --- include/emulator.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/emulator.h b/include/emulator.h index 5e8d431f..15dc61c2 100644 --- a/include/emulator.h +++ b/include/emulator.h @@ -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 -- cgit v1.2.3