diff options
Diffstat (limited to 'ext/zip/lib/zip_strerror.c')
-rw-r--r-- | ext/zip/lib/zip_strerror.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_strerror.c b/ext/zip/lib/zip_strerror.c index ad23bafed6..9ebee144f9 100644 --- a/ext/zip/lib/zip_strerror.c +++ b/ext/zip/lib/zip_strerror.c @@ -36,7 +36,8 @@ #include "zipint.h" -ZIP_EXTERN(const char *) + +ZIP_EXTERN const char * zip_strerror(struct zip *za) { return _zip_error_strerror(&za->error); |