| Patrick Williams | fa2d962 | 2024-09-30 16:25:43 -0400 | [diff] [blame] | 1 | #pragma once | 
| 2 | |||||
| 3 | #include <filesystem> | ||||
| 4 | #include <string> | ||||
| 5 | |||||
| 6 | extern const char* PERSIST_PATH_ROOT; | ||||
| 7 | |||||
| 8 | namespace phosphor::logging::paths | ||||
| 9 | { | ||||
| 10 | |||||
| 11 | auto error() -> std::filesystem::path; | ||||
| 12 | auto extension() -> std::filesystem::path; | ||||
| 13 | |||||
| 14 | } // namespace phosphor::logging::paths | ||||