summaryrefslogtreecommitdiffstats
path: root/include/handsfree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/handsfree.h')
-rw-r--r--include/handsfree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/handsfree.h b/include/handsfree.h
index ddec3531..cd609759 100644
--- a/include/handsfree.h
+++ b/include/handsfree.h
@@ -37,6 +37,9 @@ struct ofono_handsfree_driver {
void (*remove)(struct ofono_handsfree *hf);
};
+void ofono_handsfree_set_inband_ringing(struct ofono_handsfree *hf,
+ ofono_bool_t enabled);
+
int ofono_handsfree_driver_register(const struct ofono_handsfree_driver *d);
void ofono_handsfree_driver_unregister(
const struct ofono_handsfree_driver *d);