Skip to content

Commit

Permalink
nsysnet/netconfig: Add SOGetProxyConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryOderNichts committed Jun 10, 2024
1 parent 09f04f6 commit 9918fea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/nsysnet/netconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -439,7 +442,6 @@ netconf_set_valid_flag(uint32_t unk1,
int
netconf_set_wifi_cfg(NetConfWifiConfig *config);


/**
* DEBUG mode only
*/
Expand Down

0 comments on commit 9918fea

Please sign in to comment.