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