mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix use of EXTERN_C macros
This commit is contained in:
parent
469b746b4d
commit
3d6426ee14
5 changed files with 18 additions and 18 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "php_globals.h"
|
||||
#include "SAPI.h"
|
||||
|
||||
BEGIN_EXTERN_C();
|
||||
BEGIN_EXTERN_C()
|
||||
PHPAPI int php_request_startup(TSRMLS_D);
|
||||
PHPAPI void php_request_shutdown(void *dummy);
|
||||
PHPAPI void php_request_shutdown_for_exec(void *dummy);
|
||||
|
@ -53,6 +53,6 @@ extern void php_call_shutdown_functions(void);
|
|||
/* environment module */
|
||||
extern int php_init_environ(void);
|
||||
extern int php_shutdown_environ(void);
|
||||
END_EXTERN_C();
|
||||
END_EXTERN_C()
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue