fixup missing ikarus_ prefix for error_info_name

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
folling 2024-02-12 15:21:25 +01:00 committed by Folling
parent 9fe8cbba40
commit 53eea695e1
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY
2 changed files with 2 additions and 2 deletions

View file

@ -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.