summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2015-10-06 12:48:12 +0200
committerDenis Kenzior <denkenz@gmail.com>2015-10-06 08:58:50 -0500
commitd22e75a7f35222e2ef6fe46dd724a8be9432b641 (patch)
treefe7e6f053abdecd3e85b05e8bea7504c13e53540 /include
parente218b83b38efd883f9c20a0c53b8b46878885919 (diff)
downloadofono-d22e75a7f35222e2ef6fe46dd724a8be9432b641.tar.bz2
include: Add ofono_emulator_set_handsfree_card
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