summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_new.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/lib/zip_new.c')
-rw-r--r--ext/zip/lib/zip_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_new.c b/ext/zip/lib/zip_new.c
index 378513b6cf..660183a15c 100644
--- a/ext/zip/lib/zip_new.c
+++ b/ext/zip/lib/zip_new.c
@@ -45,7 +45,7 @@
creates a new zipfile struct, and sets the contents to zero; returns
the new struct. */
-PHPZIPAPI struct zip *
+struct zip *
_zip_new(struct zip_error *error)
{
struct zip *za;