diff options
author | Remi Collet <remi@php.net> | 2016-02-22 18:18:30 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2016-02-22 18:18:30 +0100 |
commit | 0d57c06b2c02678eeb724ea512b8ce4c85a339b2 (patch) | |
tree | 970c32773346253e255c92830b43ae49944ff868 /ext/zip/lib/zip_source_stat.c | |
parent | 78b29310bc594502b117ccd96a5ffcc03e0b7b89 (diff) | |
download | php-git-0d57c06b2c02678eeb724ea512b8ce4c85a339b2.tar.gz |
update bundled libzip to 1.1.2
Diffstat (limited to 'ext/zip/lib/zip_source_stat.c')
-rw-r--r-- | ext/zip/lib/zip_source_stat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/lib/zip_source_stat.c b/ext/zip/lib/zip_source_stat.c index 34cb05f452..a6b46d06a6 100644 --- a/ext/zip/lib/zip_source_stat.c +++ b/ext/zip/lib/zip_source_stat.c @@ -1,6 +1,6 @@ /* zip_source_stat.c -- get meta information from zip_source - Copyright (C) 2009-2014 Dieter Baron and Thomas Klausner + Copyright (C) 2009-2015 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. The authors can be contacted at <libzip@nih.at> @@ -35,7 +35,7 @@ #include "zipint.h" -int +ZIP_EXTERN int zip_source_stat(zip_source_t *src, zip_stat_t *st) { if (src->source_closed) { |