summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_free.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/lib/zip_free.c')
-rw-r--r--ext/zip/lib/zip_free.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_free.c b/ext/zip/lib/zip_free.c
index c78697d254..534c58eb07 100644
--- a/ext/zip/lib/zip_free.c
+++ b/ext/zip/lib/zip_free.c
@@ -45,7 +45,7 @@
frees the space allocated to a zipfile struct, and closes the
corresponding file. */
-void
+PHPZIPAPI void
_zip_free(struct zip *za)
{
int i;