From b7ad92f5c4a947d94b051ac425a30074d320f5f5 Mon Sep 17 00:00:00 2001 From: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:09:10 +0200 Subject: [PATCH] nsysnet/netconfig: Add SOGetProxyConfig --- include/nsysnet/netconfig.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/nsysnet/netconfig.h b/include/nsysnet/netconfig.h index 6a5898b0e..50de5266e 100644 --- a/include/nsysnet/netconfig.h +++ b/include/nsysnet/netconfig.h @@ -333,6 +333,9 @@ netconf_get_profile_state(NetConfInterfaceType interface, int netconf_get_proxy_config(NetConfProxyConfig *proxyConfig); +int +SOGetProxyConfig(NetConfProxyConfig *config); + /** * Return the current NetConfCfg */ @@ -439,7 +442,6 @@ netconf_set_valid_flag(uint32_t unk1, int netconf_set_wifi_cfg(NetConfWifiConfig *config); - /** * DEBUG mode only */