diff options
Diffstat (limited to 'src/event_to_string.hpp')
-rw-r--r-- | src/event_to_string.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/event_to_string.hpp b/src/event_to_string.hpp index e77629f..0795bce 100644 --- a/src/event_to_string.hpp +++ b/src/event_to_string.hpp @@ -22,10 +22,14 @@ #include <iosfwd> #include <string> +namespace patchage { + std::string event_to_string(const PatchageEvent& event); std::ostream& operator<<(std::ostream& os, const PatchageEvent& event); +} // namespace patchage + #endif // PATCHAGE_EVENT_TO_STRING_HPP |