summaryrefslogtreecommitdiffstats
path: root/include/handsfree-audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/handsfree-audio.h')
-rw-r--r--include/handsfree-audio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/handsfree-audio.h b/include/handsfree-audio.h
index 745af35f..e4eae84a 100644
--- a/include/handsfree-audio.h
+++ b/include/handsfree-audio.h
@@ -48,6 +48,10 @@ struct ofono_handsfree_card *ofono_handsfree_card_create(const char *remote,
int ofono_handsfree_card_register(struct ofono_handsfree_card *card);
void ofono_handsfree_card_remove(struct ofono_handsfree_card *card);
+void ofono_handsfree_card_set_data(struct ofono_handsfree_card *card,
+ void *data);
+void *ofono_handsfree_card_get_data(struct ofono_handsfree_card *card);
+
void ofono_handsfree_audio_ref(void);
void ofono_handsfree_audio_unref(void);