Commit a685a67c authored by Dominik Charousset's avatar Dominik Charousset

Add missing function declaration, close #940

parent 4da751ab
...@@ -74,6 +74,9 @@ enum class pec : uint8_t { ...@@ -74,6 +74,9 @@ enum class pec : uint8_t {
missing_field, missing_field,
}; };
/// @relates pec
std::string to_string(pec);
/// Returns an error object from given error code. /// Returns an error object from given error code.
error make_error(pec code); error make_error(pec code);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment