From: Denis Kenzior <[email protected]>
---
include/emulator.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/emulator.h b/include/emulator.h
index 5e8d431..15dc61c 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
--
2.5.0
_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono