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 4e344306..63f33adb 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -101,5 +101,9 @@ void __ofono_history_call_ended(struct ofono_modem *modem,
void __ofono_history_call_missed(struct ofono_modem *modem,
const struct ofono_call *call, time_t when);
+struct sms;
+
int ofono_message_waiting_register(struct ofono_modem *modem);
void ofono_message_waiting_unregister(struct ofono_modem *modem);
+void ofono_handle_sms_mwi(struct ofono_modem *modem,
+ struct sms *sms, gboolean *out_discard);