13 lines
196 B
C++
13 lines
196 B
C++
#ifndef seafire__protocol__reason_hxx_
|
|
#define seafire__protocol__reason_hxx_
|
|
|
|
namespace seafire::protocol
|
|
{
|
|
|
|
char const*
|
|
get_reason(unsigned short);
|
|
|
|
} // namespace seafire::protocol
|
|
|
|
#endif
|