2025-04-27 07:49:33 -04:00

9 lines
159 B
C++

// proxy.h
//
// Find info about the proxy server, if any
//
class CHost;
BOOL EXPORT FindProxy(CHost* pProxy, LPDWORD pdwPort, LPDWORD pdwEnabled);