summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/handsfree-audio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h
index d6e2d0d1..1e62121b 100644
--- a/include/handsfree-audio.h
+++ b/include/handsfree-audio.h
@@ -28,6 +28,12 @@ extern "C" {
#include <ofono/types.h>
+struct ofono_handsfree_card;
+
+struct ofono_handsfree_card *ofono_handsfree_card_create(const char *remote,
+ const char *local);
+void ofono_handsfree_card_remove(struct ofono_handsfree_card *card);
+
void ofono_handsfree_audio_ref(void);
void ofono_handsfree_audio_unref(void);