Bug 1839170 - Refactor Snap pulling, Add Firefox Snap Core22 and GNOME 42 SDK symbols...
[gecko.git] / ipc / glue / LibrarySandboxPreload.h
blob6be91c605bc46fb7e565c9d12bd5823cec09fae7
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 * vim: sw=2 ts=4 et :
3 */
4 /* This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
8 #ifndef ipc_glue_LibrarySandboxPreload_h
9 #define ipc_glue_LibrarySandboxPreload_h
11 #include "mozilla/FileUtils.h"
13 namespace mozilla {
14 namespace ipc {
15 PathString GetSandboxedRLBoxPath();
16 } // namespace ipc
17 } // namespace mozilla
18 #endif