mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-25 16:20:20 -05:00
nsysnet/netconfig: Add SOGetProxyConfig
This commit is contained in:
parent
09f04f6162
commit
9918fea92a
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user