// proxy.h
//
// Find info about the proxy server, if any
//

class CHost;

BOOL EXPORT FindProxy(CHost* pProxy, LPDWORD pdwPort, LPDWORD pdwEnabled);
