mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
eliminate compilation warnings on AIX
This commit is contained in:
parent
d8cd2d24d5
commit
e1dfc4259f
1 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,6 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler);
|
|||
|
||||
void destroy_uploaded_files_hash(TSRMLS_D);
|
||||
void php_rfc1867_register_constants(TSRMLS_D);
|
||||
PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC);
|
||||
extern PHPAPI int (*php_rfc1867_callback)(unsigned int event, void *event_data, void **extra TSRMLS_DC);
|
||||
|
||||
#endif /* RFC1867_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue