summaryrefslogtreecommitdiffstats
path: root/src/smsutil.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-11-02 15:56:30 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-11-02 15:56:30 -0500
commit8b5416652369c793006a504c6f92a0b770a85164 (patch)
treef08928ba2db4bdd92be9c7b5170407b9ab12749b /src/smsutil.c
parent2a18afa9947ad6db9feb0a378376996292b95680 (diff)
downloadofono-8b5416652369c793006a504c6f92a0b770a85164.tar.bz2
smsutil: Remove traces of ref_offset variable
Diffstat (limited to 'src/smsutil.c')
-rw-r--r--src/smsutil.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/smsutil.c b/src/smsutil.c
index a09fb11a..c5be468a 100644
--- a/src/smsutil.c
+++ b/src/smsutil.c
@@ -3139,9 +3139,7 @@ static inline GSList *sms_list_append(GSList *l, const struct sms *in)
/*
* Prepares a datagram for transmission. Breaks up into fragments if
* necessary using ref as the concatenated message reference number.
- * 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.
+ * Returns a list of sms messages in order.
*
* @use_delivery_reports: value for the Status-Report-Request field
* (23.040 3.2.9, 9.2.2.2)
@@ -3268,9 +3266,7 @@ GSList *sms_datagram_prepare(const char *to,
/*
* Prepares the text for transmission. Breaks up into fragments if
* necessary using ref as the concatenated message reference number.
- * 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.
+ * Returns a list of sms messages in order.
*
* @use_delivery_reports: value for the Status-Report-Request field
* (23.040 3.2.9, 9.2.2.2)