history: API change for status report notify

This commit is contained in:
Pasi Miettinen 2010-06-17 16:14:56 +03:00 committed by Denis Kenzior
parent a7372209f3
commit dee07e4ad7
1 changed files with 2 additions and 0 deletions

View File

@ -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 {