aboutsummaryrefslogtreecommitdiff
path: root/libmm-common/mm-common-helpers.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-12 09:19:23 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-14 07:05:25 +0200
commit1111bfa80664d88b5e9572a9d3de7c4f117e7384 (patch)
treecc8ecc79ebdbf58acd6a2cced2467d966a2f4640 /libmm-common/mm-common-helpers.h
parentbdf0f9484b4244c024599e00ec589ccc5b97893e (diff)
api: new `DeliveryState' property in the SMS interface
Given only for STATUS REPORT SMS messages.
Diffstat (limited to 'libmm-common/mm-common-helpers.h')
-rw-r--r--libmm-common/mm-common-helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmm-common/mm-common-helpers.h b/libmm-common/mm-common-helpers.h
index 4203af96..0bbaf145 100644
--- a/libmm-common/mm-common-helpers.h
+++ b/libmm-common/mm-common-helpers.h
@@ -87,4 +87,6 @@ gboolean mm_get_double_from_match_info (GMatchInfo *match_info,
gchar *mm_get_string_unquoted_from_match_info (GMatchInfo *match_info,
guint32 match_index);
+const gchar *mm_sms_delivery_state_get_string_extended (guint delivery_state);
+
#endif /* MM_COMMON_HELPERS_H */