Bug 1796811 - Update in-tree zlib to version 1.2.13. r=aosmond
[gecko.git] / ipc / glue / ProtocolUtilsFwd.h
blobb8143e273d9ff5c4e14c0a4e2d699e6a06b4e487
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
7 #ifndef mozilla_ipc_ProtocolUtilsFwd_h
8 #define mozilla_ipc_ProtocolUtilsFwd_h 1
10 namespace mozilla::ipc {
12 class IProtocol;
14 } // namespace mozilla::ipc
16 #endif // mozilla_ipc_ProtocolUtilsFwd_h