13 lines
196 B
C++
Raw Normal View History

2025-03-07 02:25:53 +01:00
#ifndef seafire__protocol__reason_hxx_
#define seafire__protocol__reason_hxx_
namespace seafire::protocol
{
char const*
get_reason(unsigned short);
} // namespace seafire::protocol
#endif