summaryrefslogtreecommitdiff
path: root/ext/zip/lib/zip_source_buffer.c
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-01-12 03:43:06 +0000
committerGreg Beaver <cellog@php.net>2008-01-12 03:43:06 +0000
commit9ce5990880049726da2a3117c27bfab8e95b7894 (patch)
treee6c522d830ceeb665fead3a8c2e8989c6b9f24c9 /ext/zip/lib/zip_source_buffer.c
parent0d1fe9c73b991c80bb66cc328946a9775ed343db (diff)
downloadphp-git-9ce5990880049726da2a3117c27bfab8e95b7894.tar.gz
MFH: export symbols for use by other extensions like phar
Diffstat (limited to 'ext/zip/lib/zip_source_buffer.c')
-rw-r--r--ext/zip/lib/zip_source_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_source_buffer.c b/ext/zip/lib/zip_source_buffer.c
index 6f8ac640e9..95875b74c1 100644
--- a/ext/zip/lib/zip_source_buffer.c
+++ b/ext/zip/lib/zip_source_buffer.c
@@ -52,7 +52,7 @@ static ssize_t read_data(void *state, void *data, size_t len,
-struct zip_source *
+PHPZIPAPI struct zip_source *
zip_source_buffer(struct zip *za, const void *data, off_t len, int freep)
{
struct read_data *f;