From d3a865acef77927cea6c64d6577b17d069de4051 Mon Sep 17 00:00:00 2001 From: Aurora Date: Thu, 28 Dec 2023 03:18:44 +0000 Subject: [PATCH] update network/netmanager/include/net_connection.h. Signed-off-by: Aurora --- network/netmanager/include/net_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/netmanager/include/net_connection.h b/network/netmanager/include/net_connection.h index 7a64821bc..47bd06ce6 100644 --- a/network/netmanager/include/net_connection.h +++ b/network/netmanager/include/net_connection.h @@ -115,7 +115,7 @@ int32_t OH_NetConn_GetConnectionProperties(NetConn_NetHandle *netHandle, NetConn * @since 11 * @version 1.0 */ -int32_t OH_NetConn_GetNetCapabilities(NetConn_NetHandle *netHandle, NetConn_NetCapabilities *netCapacities); +int32_t OH_NetConn_GetNetCapabilities(NetConn_NetHandle *netHandle, NetConn_NetCapabilities *netCapabilities); /** * @brief Obtains the default http proxy. -- Gitee