diff options
author | Zeev Suraski <zeev@php.net> | 2000-08-24 18:49:49 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-08-24 18:49:49 +0000 |
commit | c542f9a3f49bafc1a939d9753835f4c805ae3052 (patch) | |
tree | cf6b0e031b834d6b128800f09c80dfd84c760152 /main/php.h | |
parent | 3f976008627655a5ffbf95e413d78cb4618ed915 (diff) | |
download | php-git-c542f9a3f49bafc1a939d9753835f4c805ae3052.tar.gz |
- Fix IMAP build problem
- Allow external DLLs to use warn_not_available
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index c8a0a3699c..8b6b9dd11b 100644 --- a/main/php.h +++ b/main/php.h @@ -382,7 +382,7 @@ PHPAPI int cfg_get_string(char *varname, char **result); #define XtOffsetOf(s_type,field) XtOffset(s_type*,field) #endif -PHP_FUNCTION(warn_not_available); +PHPAPI PHP_FUNCTION(warn_not_available); #endif |