diff options
author | Dan Williams <dcbw@redhat.com> | 2012-02-02 21:12:44 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-02-02 21:12:44 -0600 |
commit | 4706ea488eb227d048a9a4021a875d87e8e7131b (patch) | |
tree | e9ee092de98bc1fb4c577575eeff4d97bcf0ed39 /src/mm-sms-utils.h | |
parent | 76c9b29415a89a1804fcc17be737a2b09fe1109f (diff) |
sms: handle text mode SMS listing
Undoubtedly we'll need to adjust the regex but this works for now.
Diffstat (limited to 'src/mm-sms-utils.h')
-rw-r--r-- | src/mm-sms-utils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-sms-utils.h b/src/mm-sms-utils.h index 5c1c026a..46f475b1 100644 --- a/src/mm-sms-utils.h +++ b/src/mm-sms-utils.h @@ -31,6 +31,14 @@ guint8 *sms_create_submit_pdu (const char *number, guint *out_msgstart, GError **error); +GHashTable *sms_properties_hash_new (const char *smsc, + const char *number, + const char *timestamp, + const char *text, + const GByteArray *data, + guint data_coding_scheme, + guint *class); + /* For testcases only */ guint sms_encode_address (const char *address, guint8 *buf, |