aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem-helpers-mbim.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-10-26 07:47:48 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-10-26 12:35:50 +0000
commit5e088fb3bb79b53fdd8943a67e2ebf0f7d9dd14c (patch)
treeb4cb7c82992aa7a2ce0f6fc67b0f8a9d07e81363 /src/mm-modem-helpers-mbim.h
parent81d2655950a3fc2381c81708074f10e665e75660 (diff)
modem-helpers-mbim: minor method rename
Diffstat (limited to 'src/mm-modem-helpers-mbim.h')
-rw-r--r--src/mm-modem-helpers-mbim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-modem-helpers-mbim.h b/src/mm-modem-helpers-mbim.h
index 89c1f752..5cb01d8c 100644
--- a/src/mm-modem-helpers-mbim.h
+++ b/src/mm-modem-helpers-mbim.h
@@ -56,8 +56,8 @@ GList *mm_3gpp_network_info_list_from_mbim_providers (const MbimProvider *const
MbimPinType mbim_pin_type_from_mm_modem_3gpp_facility (MMModem3gppFacility facility);
MMModem3gppFacility mm_modem_3gpp_facility_from_mbim_pin_type (MbimPinType pin_type);
-GError *mm_mobile_equipment_error_from_mbim_nw_error (MbimNwError nw_error,
- gpointer log_object);
+GError *mm_error_from_mbim_nw_error (MbimNwError nw_error,
+ gpointer log_object);
MMBearerAllowedAuth mm_bearer_allowed_auth_from_mbim_auth_protocol (MbimAuthProtocol auth_protocol);
MbimAuthProtocol mm_bearer_allowed_auth_to_mbim_auth_protocol (MMBearerAllowedAuth bearer_auth,