diff options
Diffstat (limited to 'src/smsutil.h')
-rw-r--r-- | src/smsutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smsutil.h b/src/smsutil.h index 758eac75..36b467be 100644 --- a/src/smsutil.h +++ b/src/smsutil.h @@ -394,3 +394,5 @@ GSList *sms_assembly_add_fragment(struct sms_assembly *assembly, const struct sms_address *addr, guint16 ref, guint8 max, guint8 seq); void sms_assembly_expire(struct sms_assembly *assembly, time_t before); + +GSList *sms_text_prepare(const char *utf8, guint16 ref, gboolean use_16bit); |