diff options
Diffstat (limited to 'ext/zip/lib/zip_stat.c')
-rw-r--r-- | ext/zip/lib/zip_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_stat.c b/ext/zip/lib/zip_stat.c index bea153d157..7c6cbf00d2 100644 --- a/ext/zip/lib/zip_stat.c +++ b/ext/zip/lib/zip_stat.c @@ -40,7 +40,7 @@ -int +PHPZIPAPI int zip_stat(struct zip *za, const char *fname, int flags, struct zip_stat *st) { int idx; |