diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-17 17:46:06 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-18 17:28:14 +0100 |
commit | 46d16d5c995dc2e8f954dd1c27a6fd29e03cedef (patch) | |
tree | 0dbf0687b79b9f8c7fbd1c16f107f33e835b0552 /src/mm-modem-helpers.h | |
parent | 3046059affaee447923bb8b3e70d06ec02ac9d96 (diff) |
libmm-common: new common uint/int/str parsers
Diffstat (limited to 'src/mm-modem-helpers.h')
-rw-r--r-- | src/mm-modem-helpers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-modem-helpers.h b/src/mm-modem-helpers.h index 88a15247..10ec800e 100644 --- a/src/mm-modem-helpers.h +++ b/src/mm-modem-helpers.h @@ -186,6 +186,5 @@ guint mm_cdma_get_index_from_rm_protocol (MMModemCdmaRmProtocol protocol, gint mm_cdma_normalize_class (const gchar *orig_class); gchar mm_cdma_normalize_band (const gchar *long_band, gint *out_class); -gint mm_cdma_convert_sid (const gchar *sid); #endif /* MM_MODEM_HELPERS_H */ |