Skip to content

Commit

Permalink
Fix prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jun 15, 2021
1 parent ba3c802 commit 0eafc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_fibers.h
Expand Up @@ -48,7 +48,7 @@ typedef enum {
} zend_fiber_transfer_flag;

void zend_register_fiber_ce(void);
void zend_fiber_startup();
void zend_fiber_startup(void);
void zend_fiber_init(void);
void zend_fiber_shutdown(void);

Expand Down

0 comments on commit 0eafc97

Please sign in to comment.