Bug 1822171 - Update NDK to r26c. r=geckoview-reviewers,m_kato
[gecko.git] / toolkit / xre / updaterfileutils_osx.h
blob1fa0db1f4e6d9992c0482cfca6b145ba3fd2394b
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 updaterfileutils_osx_h_
7 #define updaterfileutils_osx_h_
9 extern "C" {
10 bool IsRecursivelyWritable(const char* aPath);
13 #endif