aboutsummaryrefslogtreecommitdiff
path: root/plugins/ublox/mm-modem-helpers-ublox.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ublox/mm-modem-helpers-ublox.h')
-rw-r--r--plugins/ublox/mm-modem-helpers-ublox.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/ublox/mm-modem-helpers-ublox.h b/plugins/ublox/mm-modem-helpers-ublox.h
index d47fd41e..4a0eec1e 100644
--- a/plugins/ublox/mm-modem-helpers-ublox.h
+++ b/plugins/ublox/mm-modem-helpers-ublox.h
@@ -35,9 +35,9 @@ typedef enum {
} UpdateMethod;
typedef struct UbloxSupportConfig {
- UpdateMethod method;
- FeatureSupport uact;
- FeatureSupport ubandsel;
+ UpdateMethod method;
+ FeatureSupport uact;
+ FeatureSupport ubandsel;
} UbloxSupportConfig;
/*****************************************************************************/
@@ -104,6 +104,7 @@ GArray *mm_ublox_parse_urat_test_response (const gchar *response,
/*****************************************************************************/
/* Model-based config support loading */
+
gboolean mm_ublox_get_support_config (const gchar *model,
UbloxSupportConfig *config,
GError **error);