diff options
author | Greg Beaver <cellog@php.net> | 2008-01-14 03:19:41 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-01-14 03:19:41 +0000 |
commit | 1d3604c1b1040e115c14a66f929b703d1726a381 (patch) | |
tree | 2984afd664bc3cd5fdc2788dbe346593f68d466a /ext/zip/lib/zip_file_get_offset.c | |
parent | 1d28516b79fd3e582a1a6e1529a83bb127a5a1ee (diff) | |
download | php-git-1d3604c1b1040e115c14a66f929b703d1726a381.tar.gz |
MFH: export libzip symbols
Diffstat (limited to 'ext/zip/lib/zip_file_get_offset.c')
-rw-r--r-- | ext/zip/lib/zip_file_get_offset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_file_get_offset.c b/ext/zip/lib/zip_file_get_offset.c index 8bcc64934d..4930040235 100644 --- a/ext/zip/lib/zip_file_get_offset.c +++ b/ext/zip/lib/zip_file_get_offset.c @@ -56,7 +56,7 @@ On error, fills in za->error and returns 0. */ -unsigned int +PHPZIPAPI unsigned int _zip_file_get_offset(struct zip *za, int idx) { struct zip_dirent de; |