summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_error_to_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/lib/zip_error_to_str.c')
-rw-r--r--ext/zip/lib/zip_error_to_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_error_to_str.c b/ext/zip/lib/zip_error_to_str.c
index e566192255..665803472e 100644
--- a/ext/zip/lib/zip_error_to_str.c
+++ b/ext/zip/lib/zip_error_to_str.c
@@ -45,7 +45,7 @@
-int
+PHPZIPAPI int
zip_error_to_str(char *buf, size_t len, int ze, int se)
{
const char *zs, *ss;