From: Daniel Beulshausen Date: Mon, 26 Feb 2001 16:32:57 +0000 (+0000) Subject: nuke warnings X-Git-Tag: php-4.0.5RC1~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab128eedaa6d48cde107c429cee825f4b41a291d;p=php nuke warnings --- diff --git a/main/php.h b/main/php.h index d6513c76bd..7429ac005d 100644 --- a/main/php.h +++ b/main/php.h @@ -41,11 +41,6 @@ #define sprintf php_sprintf #endif -extern unsigned char first_arg_force_ref[]; -extern unsigned char first_arg_allow_ref[]; -extern unsigned char second_arg_force_ref[]; -extern unsigned char second_arg_allow_ref[]; - #ifdef PHP_WIN32 #include "win95nt.h" # ifdef PHP_EXPORTS @@ -60,6 +55,11 @@ extern unsigned char second_arg_allow_ref[]; #define PHP_DIR_SEPARATOR '/' #endif +PHPAPI extern unsigned char first_arg_force_ref[]; +PHPAPI extern unsigned char first_arg_allow_ref[]; +PHPAPI extern unsigned char second_arg_force_ref[]; +PHPAPI extern unsigned char second_arg_allow_ref[]; + #include "php_regex.h" /* PHP's DEBUG value must match Zend's ZEND_DEBUG value */