summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_strerror.c
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-01-12 03:42:41 +0000
committerGreg Beaver <cellog@php.net>2008-01-12 03:42:41 +0000
commit673e955d98a4536b8eb91451baf927abc2a5d496 (patch)
treef9b1c4dfaa21482c682501376cc31a61080a1f0c /ext/zip/lib/zip_strerror.c
parent67a15e332f576f4f6550f4f5e2342dcc7fde4b11 (diff)
downloadphp-git-673e955d98a4536b8eb91451baf927abc2a5d496.tar.gz
export symbols for use by other extensions like phar
Diffstat (limited to 'ext/zip/lib/zip_strerror.c')
-rw-r--r--ext/zip/lib/zip_strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_strerror.c b/ext/zip/lib/zip_strerror.c
index 83e2985068..f3e5aa9fe8 100644
--- a/ext/zip/lib/zip_strerror.c
+++ b/ext/zip/lib/zip_strerror.c
@@ -40,7 +40,7 @@
-const char *
+PHPZIPAPI const char *
zip_strerror(struct zip *za)
{
return _zip_error_strerror(&za->error);