Bumping manifests a=b2g-bump
[gecko.git] / hal / fallback / FallbackDiskSpaceWatcher.cpp
blob99d144397d18b2bc568ec701c49c2b405fcb2242
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 namespace mozilla {
6 namespace hal_impl {
8 void
9 StartDiskSpaceWatcher()
13 void
14 StopDiskSpaceWatcher()
18 } // namespace hal_impl
19 } // namespace mozilla