diff options
author | Nathan Williams <njw@chromium.org> | 2011-04-14 14:07:31 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-04-14 14:07:31 -0500 |
commit | 487972c1ac40b057c35dac51958f04c13f6137d8 (patch) | |
tree | eac2369a5ec2e88566b867cf6a7f2a71c95e7ce8 /src/mm-charsets.h | |
parent | 48c7dac00902ceab300bfaff82731bb2dadd77cc (diff) |
gsm: implement basic SMS reception and PDU parsing
Diffstat (limited to 'src/mm-charsets.h')
-rw-r--r-- | src/mm-charsets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-charsets.h b/src/mm-charsets.h index efd89f3c..50b0ccef 100644 --- a/src/mm-charsets.h +++ b/src/mm-charsets.h @@ -53,7 +53,7 @@ guint8 *mm_charset_utf8_to_unpacked_gsm (const char *utf8, guint32 *out_len); guint8 *mm_charset_gsm_unpacked_to_utf8 (const guint8 *gsm, guint32 len); guint8 *gsm_unpack (const guint8 *gsm, - guint32 nchars, /* number of gsm characters, not octets */ + guint32 num_septets, guint8 start_offset, /* in bits */ guint32 *out_unpacked_len); |