diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-09 23:45:15 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:03 +0100 |
commit | 23508ddd7f208c4dcc88ce38a20c0ec4fc49582f (patch) | |
tree | 463b6a6b964ee7a6faf365ca249d1893b6f88962 /libmm-common/mm-common-helpers.h | |
parent | 1e5756c33b3059e661d47f7ae110a5fe75dc5231 (diff) |
libmm-common: new helpers to work with SMS storage strings
Diffstat (limited to 'libmm-common/mm-common-helpers.h')
-rw-r--r-- | libmm-common/mm-common-helpers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-common/mm-common-helpers.h b/libmm-common/mm-common-helpers.h index fa39a7be..e7ed4197 100644 --- a/libmm-common/mm-common-helpers.h +++ b/libmm-common/mm-common-helpers.h @@ -22,6 +22,9 @@ gchar *mm_common_build_bands_string (const MMModemBand *bands, guint n_bands); +gchar *mm_common_build_sms_storages_string (const MMSmsStorage *storages, + guint n_storages); + MMModemMode mm_common_get_modes_from_string (const gchar *str, GError **error); void mm_common_get_bands_from_string (const gchar *str, |