mirror of
https://github.com/php/php-src.git
synced 2026-04-01 21:22:13 +02:00
Those void's don't belong in there
This commit is contained in:
@@ -44,8 +44,8 @@ struct _zend_extension {
|
||||
|
||||
int (*startup)(zend_extension *extension);
|
||||
void (*shutdown)(zend_extension *extension);
|
||||
void (*activate)(void);
|
||||
void (*deactivate)(void);
|
||||
void (*activate)();
|
||||
void (*deactivate)();
|
||||
|
||||
void (*op_array_handler)(zend_op_array *op_array);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user