diff options
Diffstat (limited to 'src/ofono.h')
-rw-r--r-- | src/ofono.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h index 9b2e53fe..a90c52d3 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -163,6 +163,9 @@ gboolean __ofono_modem_remove_atom_watch(struct ofono_modem *modem, void __ofono_atom_free(struct ofono_atom *atom); #include <ofono/call-barring.h> + +gboolean __ofono_call_barring_is_busy(struct ofono_call_barring *cb); + #include <ofono/call-forwarding.h> #include <ofono/call-meter.h> #include <ofono/call-settings.h> |