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 7c6cbf00d2..bea153d157 100644 --- a/ext/zip/lib/zip_stat.c +++ b/ext/zip/lib/zip_stat.c @@ -40,7 +40,7 @@ -PHPZIPAPI int +int zip_stat(struct zip *za, const char *fname, int flags, struct zip_stat *st) { int idx; |