From dee07e4ad7dad7d40fd5ed60f122b0caae3ca363 Mon Sep 17 00:00:00 2001 From: Pasi Miettinen Date: Thu, 17 Jun 2010 16:14:56 +0300 Subject: [PATCH] history: API change for status report notify --- include/history.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/history.h b/include/history.h index 300a4fbf..17445f04 100644 --- a/include/history.h +++ b/include/history.h @@ -33,6 +33,8 @@ enum ofono_history_sms_status { OFONO_HISTORY_SMS_STATUS_PENDING, OFONO_HISTORY_SMS_STATUS_SUBMITTED, OFONO_HISTORY_SMS_STATUS_SUBMIT_FAILED, + OFONO_HISTORY_SMS_STATUS_DELIVERED, + OFONO_HISTORY_SMS_STATUS_DELIVER_FAILED, }; struct ofono_history_context {