pstore2
start_vacuum.hpp
Go to the documentation of this file.
1 //===- include/pstore/core/start_vacuum.hpp ---------------*- mode: C++ -*-===//
2 //* _ _ *
3 //* ___| |_ __ _ _ __| |_ __ ____ _ ___ _ _ _ _ _ __ ___ *
4 //* / __| __/ _` | '__| __| \ \ / / _` |/ __| | | | | | | '_ ` _ \ *
5 //* \__ \ || (_| | | | |_ \ V / (_| | (__| |_| | |_| | | | | | | *
6 //* |___/\__\__,_|_| \__| \_/ \__,_|\___|\__,_|\__,_|_| |_| |_| *
7 //* *
8 //===----------------------------------------------------------------------===//
9 //
10 // Part of the pstore project, under the Apache License v2.0 with LLVM Exceptions.
11 // See https://github.com/SNSystems/pstore/blob/master/LICENSE.txt for license
12 // information.
13 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14 //
15 //===----------------------------------------------------------------------===//
17 
18 #ifndef PSTORE_CORE_START_VACUUM_HPP
19 #define PSTORE_CORE_START_VACUUM_HPP
20 
21 namespace pstore {
22 
23  class database;
24  void start_vacuum (database const & db);
25 
26 } // namespace pstore
27 
28 #endif // PSTORE_CORE_START_VACUUM_HPP
Definition: nonpod2.cpp:40