diff options
author | Greg Beaver <cellog@php.net> | 2008-01-12 03:43:06 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-01-12 03:43:06 +0000 |
commit | 9ce5990880049726da2a3117c27bfab8e95b7894 (patch) | |
tree | e6c522d830ceeb665fead3a8c2e8989c6b9f24c9 /ext/zip/lib/zip_stat_init.c | |
parent | 0d1fe9c73b991c80bb66cc328946a9775ed343db (diff) | |
download | php-git-9ce5990880049726da2a3117c27bfab8e95b7894.tar.gz |
MFH: export symbols for use by other extensions like phar
Diffstat (limited to 'ext/zip/lib/zip_stat_init.c')
-rw-r--r-- | ext/zip/lib/zip_stat_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_stat_init.c b/ext/zip/lib/zip_stat_init.c index 7ab0f4da75..e9c056dfc5 100644 --- a/ext/zip/lib/zip_stat_init.c +++ b/ext/zip/lib/zip_stat_init.c @@ -39,7 +39,7 @@ -void +PHPZIPAPI void zip_stat_init(struct zip_stat *st) { st->name = NULL; |