update network/netmanager/include/net_connection.h.

Signed-off-by: Aurora <liuxiyao223@huawei.com>
This commit is contained in:
Aurora 2023-12-28 03:18:44 +00:00 committed by Gitee
parent c389f07ba5
commit d3a865acef
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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.