summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/emulator.h4
1 files changed, 4 insertions, 0 deletions
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