include: Add way to obtain current status

This commit is contained in:
Guillaume Zajac 2011-10-20 17:41:31 +02:00 committed by Denis Kenzior
parent c4db121332
commit cc6ccec0ff
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ void ofono_cdma_netreg_strength_notify(struct ofono_cdma_netreg *netreg,
int strength);
void ofono_cdma_netreg_data_strength_notify(struct ofono_cdma_netreg *netreg,
int data_strength);
int ofono_cdma_netreg_get_status(struct ofono_cdma_netreg *netreg);
int ofono_cdma_netreg_driver_register(
const struct ofono_cdma_netreg_driver *d);