// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin // SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0) #include "types.h" #include namespace CrashHandler { bool Install(); void SetWriteDirectory(const std::string_view& dump_directory); void Uninstall(); } // namespace CrashHandler