summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 44ab853c..b03dafce 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -232,6 +232,20 @@ 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);
+void __ofono_history_sms_received(struct ofono_modem *modem,
+ unsigned int msg_id, const char *from,
+ const struct tm *remote,
+ const struct tm *local,
+ const char *text);
+
+void __ofono_history_sms_send_pending(struct ofono_modem *modem,
+ unsigned int msg_id, const char *to,
+ time_t when, const char *text);
+
+void __ofono_history_sms_send_status(struct ofono_modem *modem,
+ unsigned int msg_id, time_t when,
+ enum ofono_history_sms_status status);
+
#include <ofono/message-waiting.h>
struct sms;