summaryrefslogtreecommitdiff
path: root/include/wolf/library/loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wolf/library/loader.h')
-rw-r--r--include/wolf/library/loader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/wolf/library/loader.h b/include/wolf/library/loader.h
index 20414c8..2f37da2 100644
--- a/include/wolf/library/loader.h
+++ b/include/wolf/library/loader.h
@@ -99,14 +99,13 @@ wolf_error_t wolf_library_unload( wolf_library_p library );
/**
* Converts the last error and state of the library object in a human readable message.
*
- * @param error the error which happened after calling a library loader function
* @param library the library object for which we want a error message
* @param buf the buffer which will hold the error message
* @param buflen the size of the buffer
*
* @return a pointer to buf for convenience
*/
-char *wolf_library_errmsg( const wolf_error_t error, const wolf_library_p library, char *buf, size_t buflen );
+char *wolf_library_error_msg( const wolf_library_p library, char *buf, size_t buflen );
/**
* Gets a symbol (a function) from the library object. It has to be