WiiFlow_Lite/source/network/proxysettings.h

19 lines
285 B
C
Raw Permalink Normal View History

#ifndef _PROXYSETTINGS_
#define _PROXYSETTINGS_
#ifdef __cplusplus
extern "C"
{
#endif
2020-10-17 19:29:03 +02:00
void getProxyInfo();
char *getProxyAddress();
u16 getProxyPort();
char *getProxyUsername();
char *getProxyPassword();
#ifdef __cplusplus
}
#endif
#endif /* _PROXYSETTINGS_ */