1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/netwerk/socket/nsSOCKSIOLayer.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 1.5 + * 1.6 + * This Source Code Form is subject to the terms of the Mozilla Public 1.7 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.9 + 1.10 +#ifndef nsSOCKSIOLayer_h__ 1.11 +#define nsSOCKSIOLayer_h__ 1.12 + 1.13 +#include "prio.h" 1.14 +#include "nscore.h" 1.15 +#include "nsIProxyInfo.h" 1.16 + 1.17 +nsresult nsSOCKSIOLayerAddToSocket(int32_t family, 1.18 + const char *host, 1.19 + int32_t port, 1.20 + nsIProxyInfo *proxyInfo, 1.21 + int32_t socksVersion, 1.22 + uint32_t flags, 1.23 + PRFileDesc *fd, 1.24 + nsISupports **info); 1.25 + 1.26 +#endif /* nsSOCKSIOLayer_h__ */