summaryrefslogtreecommitdiff
path: root/include/history.h
diff options
context:
space:
mode:
authorPasi Miettinen <pasi.miettinen@ixonos.com>2010-06-17 16:14:56 +0300
committerDenis Kenzior <denkenz@gmail.com>2010-06-21 10:52:32 -0500
commitdee07e4ad7dad7d40fd5ed60f122b0caae3ca363 (patch)
treec4315c3a1b539a7bdcd285bdcfb8e026a5b55edc /include/history.h
parenta7372209f3cfb6c5d06f84f371a93caeb658d3d7 (diff)
downloadofono-dee07e4ad7dad7d40fd5ed60f122b0caae3ca363.tar.gz
history: API change for status report notify
Diffstat (limited to 'include/history.h')
-rw-r--r--include/history.h2
1 files changed, 2 insertions, 0 deletions
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 {