summaryrefslogtreecommitdiffstats
path: root/src/smsutil.c
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2010-07-23 13:59:58 -0700
committerDenis Kenzior <denkenz@gmail.com>2010-07-23 18:00:10 -0500
commit4421b5b9125e635ef0d61b9a0d957d3c268ba8ba (patch)
treee466d54864e51ccd1d1eafb6afc48eab7717decb /src/smsutil.c
parent9517bf29916c1cf154fe009729cbbe3f90c4a49a (diff)
downloadofono-4421b5b9125e635ef0d61b9a0d957d3c268ba8ba.tar.bz2
sms: document use_delivery_reports
In function sms_text_prepare
Diffstat (limited to 'src/smsutil.c')
-rw-r--r--src/smsutil.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/smsutil.c b/src/smsutil.c
index 8ee53523..22c70cff 100644
--- a/src/smsutil.c
+++ b/src/smsutil.c
@@ -2830,6 +2830,9 @@ static inline GSList *sms_list_append(GSList *l, const struct sms *in)
* Returns a list of sms messages in order. If ref_offset is given,
* then the ref_offset contains the reference number offset or 0
* if no concatenation took place.
+ *
+ * @use_delivery_reports: value for the Status-Report-Request field
+ * (23.040 3.2.9, 9.2.2.2)
*/
GSList *sms_text_prepare(const char *utf8, guint16 ref,
gboolean use_16bit, int *ref_offset,