include: Add in-band ring to handsfree public api

This commit is contained in:
Mikel Astiz 2011-09-15 18:34:36 +02:00 committed by Denis Kenzior
parent 7d5b57e47c
commit f9fba08432
1 changed files with 3 additions and 0 deletions

View File

@ -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);