tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

nsNamedPipeIOLayer.h (725B)


      1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
      2 /* This Source Code Form is subject to the terms of the Mozilla Public
      3 * License, v. 2.0. If a copy of the MPL was not distributed with this
      4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      5 
      6 #ifndef mozilla_netwerk_socket_nsNamedPipeIOLayer_h
      7 #define mozilla_netwerk_socket_nsNamedPipeIOLayer_h
      8 
      9 #include "nscore.h"
     10 #include "nsStringFwd.h"
     11 #include "prio.h"
     12 
     13 namespace mozilla {
     14 namespace net {
     15 
     16 bool IsNamedPipePath(const nsACString& aPath);
     17 PRFileDesc* CreateNamedPipeLayer();
     18 
     19 extern PRDescIdentity nsNamedPipeLayerIdentity;
     20 
     21 }  // namespace net
     22 }  // namespace mozilla
     23 
     24 #endif  // mozilla_netwerk_socket_nsNamedPipeIOLayer_h