dbeu            Mon Feb 26 08:32:57 2001 EDT

  Modified files:              
    /php4/main  php.h 
  Log:
  nuke warnings
  
Index: php4/main/php.h
diff -u php4/main/php.h:1.132 php4/main/php.h:1.133
--- php4/main/php.h:1.132       Sun Feb 25 22:07:31 2001
+++ php4/main/php.h     Mon Feb 26 08:32:57 2001
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php.h,v 1.132 2001/02/26 06:07:31 andi Exp $ */
+/* $Id: php.h,v 1.133 2001/02/26 16:32:57 dbeu Exp $ */
 
 #ifndef PHP_H
 #define 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
@@ -59,6 +54,11 @@
 #define THREAD_LS
 #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 CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to