diff options
Diffstat (limited to 'src/mm-charsets.h')
-rw-r--r-- | src/mm-charsets.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mm-charsets.h b/src/mm-charsets.h index a85f3dc7..c0b309e3 100644 --- a/src/mm-charsets.h +++ b/src/mm-charsets.h @@ -62,15 +62,15 @@ guint mm_charset_get_encoded_len (const char *utf8, MMModemCharset charset, guint *out_unsupported); -guint8 *gsm_unpack (const guint8 *gsm, - guint32 num_septets, - guint8 start_offset, /* in bits */ - guint32 *out_unpacked_len); - -guint8 *gsm_pack (const guint8 *src, - guint32 src_len, - guint8 start_offset, /* in bits */ - guint32 *out_packed_len); +guint8 *mm_charset_gsm_unpack (const guint8 *gsm, + guint32 num_septets, + guint8 start_offset, /* in bits */ + guint32 *out_unpacked_len); + +guint8 *mm_charset_gsm_pack (const guint8 *src, + guint32 src_len, + guint8 start_offset, /* in bits */ + guint32 *out_packed_len); gchar *mm_charset_take_and_convert_to_utf8 (gchar *str, MMModemCharset charset); |