Backed out changeset 5669c20b0617 (bug 1903669) for causing crashtest failures on...
[gecko.git] / netwerk / socket / nsNamedPipeIOLayer.h
blob87598324b6c8dd6169ae90a53b9b3856810008b3
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/. */
6 #ifndef mozilla_netwerk_socket_nsNamedPipeIOLayer_h
7 #define mozilla_netwerk_socket_nsNamedPipeIOLayer_h
9 #include "nscore.h"
10 #include "nsStringFwd.h"
11 #include "prio.h"
13 namespace mozilla {
14 namespace net {
16 bool IsNamedPipePath(const nsACString& aPath);
17 PRFileDesc* CreateNamedPipeLayer();
19 extern PRDescIdentity nsNamedPipeLayerIdentity;
21 } // namespace net
22 } // namespace mozilla
24 #endif // mozilla_netwerk_socket_nsNamedPipeIOLayer_h