summaryrefslogtreecommitdiffstats
path: root/src/smsutil.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-11-02 13:37:29 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-11-02 14:58:21 -0500
commit57d847692c1b67110fe48a77308330531d33c449 (patch)
tree105dc4e237ed1c20b1a94a0a3da4e068a9d7872d /src/smsutil.h
parente9b41e953fdaeda7f36cf8ef280c7a074cd72efe (diff)
downloadofono-57d847692c1b67110fe48a77308330531d33c449.tar.bz2
smsutil: Get rid of ref_offset in sms_text_prepare
The reason for this parameter has ceased to exist quite a while ago. Namely when the API allowed multiple SMS recipients. We prepared a single set of segments and then reset the to address and reference. We no longer allow multiple recipients and none of this is now needed.
Diffstat (limited to 'src/smsutil.h')
-rw-r--r--src/smsutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smsutil.h b/src/smsutil.h
index 6cf273e9..dd6c0ad3 100644
--- a/src/smsutil.h
+++ b/src/smsutil.h
@@ -516,8 +516,8 @@ void status_report_assembly_add_fragment(struct status_report_assembly
void status_report_assembly_expire(struct status_report_assembly *assembly,
time_t before);
-GSList *sms_text_prepare(const char *utf8, guint16 ref,
- gboolean use_16bit, int *ref_offset,
+GSList *sms_text_prepare(const char *to, const char *utf8, guint16 ref,
+ gboolean use_16bit,
gboolean use_delivery_reports);
gboolean cbs_dcs_decode(guint8 dcs, gboolean *udhi, enum sms_class *cls,