--- include/emulator.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/emulator.h b/include/emulator.h index 5cd894b..4b78667 100644 --- a/include/emulator.h +++ b/include/emulator.h @@ -72,6 +72,9 @@ struct ofono_emulator *ofono_emulator_create(struct ofono_modem *modem, void ofono_emulator_register(struct ofono_emulator *em, int fd); +void ofono_emulator_set_audio_transport(struct ofono_emulator *em, + const char *path); + void ofono_emulator_remove(struct ofono_emulator *em); void ofono_emulator_send_final(struct ofono_emulator *em, -- 1.7.1 _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
