diff options
Diffstat (limited to 'compat/strerror.hpp')
-rw-r--r-- | compat/strerror.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/strerror.hpp b/compat/strerror.hpp index 1929d97d..8bb33ec7 100644 --- a/compat/strerror.hpp +++ b/compat/strerror.hpp @@ -4,6 +4,7 @@ namespace floormat { +StringView get_error_string(ArrayView<char> buf, int error); StringView get_error_string(ArrayView<char> buf); } // namespace floormat |