summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_open.c
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-01-12 03:48:39 +0000
committerGreg Beaver <cellog@php.net>2008-01-12 03:48:39 +0000
commitf76eac59c025250aac658f375f6e69858e81668e (patch)
treed7ccdd09a2591081e04b723dbe57582844411ee5 /ext/zip/lib/zip_open.c
parent059bc1d593c2849c5ae90b2a22a1722d6d52f475 (diff)
downloadphp-git-f76eac59c025250aac658f375f6e69858e81668e.tar.gz
MFH: export symbols for use by other extensions like phar
Diffstat (limited to 'ext/zip/lib/zip_open.c')
-rw-r--r--ext/zip/lib/zip_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_open.c b/ext/zip/lib/zip_open.c
index e9d4667ab3..711dcb1cac 100644
--- a/ext/zip/lib/zip_open.c
+++ b/ext/zip/lib/zip_open.c
@@ -58,7 +58,7 @@ static struct zip_cdir *_zip_readcdir(FILE *, unsigned char *, unsigned char *,
-struct zip *
+PHPZIPAPI struct zip *
zip_open(const char *fn, int flags, int *zep)
{
FILE *fp;