diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-20 18:48:54 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:35 +0100 |
commit | 4495ba180e9d39ff8ae113387cc69eb3004b5612 (patch) | |
tree | e8bcdb73cb0d33b29420bb3b9945632c9b931a79 /libmm-common/mm-common-helpers.h | |
parent | 516b0973318fa9cc4e928e1d47f5a40105d382b6 (diff) |
core: implement Access Technology reporting
For 3GPP modems only for now..
Diffstat (limited to 'libmm-common/mm-common-helpers.h')
-rw-r--r-- | libmm-common/mm-common-helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmm-common/mm-common-helpers.h b/libmm-common/mm-common-helpers.h index 3f894d87..199c2609 100644 --- a/libmm-common/mm-common-helpers.h +++ b/libmm-common/mm-common-helpers.h @@ -20,5 +20,6 @@ #define MM_COMMON_HELPERS_H gchar *mm_common_get_capabilities_string (MMModemCapability caps); +gchar *mm_common_get_access_technologies_string (MMModemAccessTechnology access_tech); #endif /* MM_COMMON_HELPERS_H */ |