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_file_error_get.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_file_error_get.c')
-rw-r--r-- | ext/zip/lib/zip_file_error_get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_file_error_get.c b/ext/zip/lib/zip_file_error_get.c index 2ab3a73a4c..05516703c6 100644 --- a/ext/zip/lib/zip_file_error_get.c +++ b/ext/zip/lib/zip_file_error_get.c @@ -40,7 +40,7 @@ -void +PHPZIPAPI void zip_file_error_get(struct zip_file *zf, int *zep, int *sep) { _zip_error_get(&zf->error, zep, sep); |