summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 33eaf93d..6524806b 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -447,6 +447,10 @@ struct sms;
void __ofono_message_waiting_mwi(struct ofono_message_waiting *mw,
struct sms *sms, gboolean *out_discard);
+const struct ofono_phone_number *__ofono_message_waiting_get_mbdn(
+ struct ofono_message_waiting *mw,
+ unsigned int index);
+
#include <ofono/nettime.h>
void __ofono_nettime_probe_drivers(struct ofono_modem *modem);