diff options
Diffstat (limited to 'src/smsutil.h')
-rw-r--r-- | src/smsutil.h | 4 |
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, |