summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_new.c
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-01-14 03:19:41 +0000
committerGreg Beaver <cellog@php.net>2008-01-14 03:19:41 +0000
commit1d3604c1b1040e115c14a66f929b703d1726a381 (patch)
tree2984afd664bc3cd5fdc2788dbe346593f68d466a /ext/zip/lib/zip_new.c
parent1d28516b79fd3e582a1a6e1529a83bb127a5a1ee (diff)
downloadphp-git-1d3604c1b1040e115c14a66f929b703d1726a381.tar.gz
MFH: export libzip symbols
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 660183a15c..378513b6cf 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. */
-struct zip *
+PHPZIPAPI struct zip *
_zip_new(struct zip_error *error)
{
struct zip *za;