mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Don't need extern for functions
This commit is contained in:
parent
e95220e722
commit
f5401b43b5
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ typedef struct {
|
|||
extern zend_module_entry php_zlib_module_entry;
|
||||
#define zlib_module_ptr &php_zlib_module_entry
|
||||
|
||||
extern PHP_MINIT_FUNCTION(zlib);
|
||||
extern PHP_MSHUTDOWN_FUNCTION(zlib);
|
||||
PHP_MINIT_FUNCTION(zlib);
|
||||
PHP_MSHUTDOWN_FUNCTION(zlib);
|
||||
PHP_MINFO_FUNCTION(zlib);
|
||||
PHP_FUNCTION(gzopen);
|
||||
PHP_FUNCTION(gzclose);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue