diff options
author | Antony Dovgal <tony2001@php.net> | 2006-07-26 13:22:06 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-07-26 13:22:06 +0000 |
commit | e1dfc4259f636deae6115a344b3d916c63f0f102 (patch) | |
tree | 4db329c2238f96c909b6afdfd5aae828043ebb27 /main/rfc1867.h | |
parent | d8cd2d24d52085bdee2b7ceb3dc31632c2c0b7d6 (diff) | |
download | php-git-e1dfc4259f636deae6115a344b3d916c63f0f102.tar.gz |
eliminate compilation warnings on AIX
Diffstat (limited to 'main/rfc1867.h')
-rw-r--r-- | main/rfc1867.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rfc1867.h b/main/rfc1867.h index e7a704f828..c191db5c43 100644 --- a/main/rfc1867.h +++ b/main/rfc1867.h @@ -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 */ |