diff options
author | Greg Beaver <cellog@php.net> | 2008-01-12 03:42:41 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-01-12 03:42:41 +0000 |
commit | 673e955d98a4536b8eb91451baf927abc2a5d496 (patch) | |
tree | f9b1c4dfaa21482c682501376cc31a61080a1f0c /ext/zip/lib/zip_error_strerror.c | |
parent | 67a15e332f576f4f6550f4f5e2342dcc7fde4b11 (diff) | |
download | php-git-673e955d98a4536b8eb91451baf927abc2a5d496.tar.gz |
export symbols for use by other extensions like phar
Diffstat (limited to 'ext/zip/lib/zip_error_strerror.c')
-rw-r--r-- | ext/zip/lib/zip_error_strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_error_strerror.c b/ext/zip/lib/zip_error_strerror.c index 8e4ea377fb..85f3945368 100644 --- a/ext/zip/lib/zip_error_strerror.c +++ b/ext/zip/lib/zip_error_strerror.c @@ -45,7 +45,7 @@ -const char * +PHPZIPAPI const char * _zip_error_strerror(struct zip_error *err) { const char *zs, *ss; |