summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/php_zip.h')
-rw-r--r--ext/zip/php_zip.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h
index 1961e9431a..850c6a2b6c 100644
--- a/ext/zip/php_zip.h
+++ b/ext/zip/php_zip.h
@@ -93,18 +93,6 @@ php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_D
extern php_stream_wrapper php_stream_zip_wrapper;
#endif
-/* zip_open is a macro for renaming libzip zipopen, so we need to use PHP_NAMED_FUNCTION */
-PHP_NAMED_FUNCTION(zif_zip_open);
-PHP_NAMED_FUNCTION(zif_zip_read);
-PHP_NAMED_FUNCTION(zif_zip_close);
-PHP_NAMED_FUNCTION(zif_zip_entry_read);
-PHP_NAMED_FUNCTION(zif_zip_entry_filesize);
-PHP_NAMED_FUNCTION(zif_zip_entry_name);
-PHP_NAMED_FUNCTION(zif_zip_entry_compressedsize);
-PHP_NAMED_FUNCTION(zif_zip_entry_compressionmethod);
-PHP_NAMED_FUNCTION(zif_zip_entry_open);
-PHP_NAMED_FUNCTION(zif_zip_entry_close);
-
#endif /* PHP_ZIP_H */
/*