fixup missing ikarus_ prefix for error_info_name
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
9299c85d65
commit
48eb35161e
2 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ struct IkarusErrorData {
|
|||
/// \param info The error info to get the name of.
|
||||
/// \return The name of the error info.
|
||||
/// \remark The returned pointer is valid for the lifetime of the program and must not be freed.
|
||||
IKA_API char const * get_error_info_name(IkarusErrorInfo info);
|
||||
IKA_API char const * ikarus_get_error_info_name(IkarusErrorInfo info);
|
||||
|
||||
/// \brief Checks if an error data is a success.
|
||||
/// \param data The error data to check.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue