$OpenBSD$ index dfe7c0c..54d936e 100644 --- netwerk/socket/nsSOCKSIOLayer.h.orig Fri Feb 20 15:40:37 2015 +++ netwerk/socket/nsSOCKSIOLayer.h Fri Feb 20 15:40:37 2015 @@ -9,12 +9,12 @@ #include "prio.h" #include "nscore.h" +#include "nsIProxyInfo.h" nsresult nsSOCKSIOLayerAddToSocket(int32_t family, const char *host, int32_t port, - const char *proxyHost, - int32_t proxyPort, + nsIProxyInfo *proxyInfo, int32_t socksVersion, uint32_t flags, PRFileDesc *fd,