]> granicus.if.org Git - php/commitdiff
- Make them available on Windows too from other files.
authorDerick Rethans <derick@php.net>
Mon, 28 Apr 2003 18:41:32 +0000 (18:41 +0000)
committerDerick Rethans <derick@php.net>
Mon, 28 Apr 2003 18:41:32 +0000 (18:41 +0000)
ext/standard/php_var.h

index 3ae0bb200f4cb11692849ac0edd7b6602df762b8..5f05b7f69fe63aeba30dfcac6cdb4cfa81c74077 100644 (file)
@@ -32,9 +32,9 @@ PHP_FUNCTION(unserialize);
 PHP_FUNCTION(memory_get_usage);
 #endif
 
-void php_var_dump(zval **struc, int level TSRMLS_DC);
-void php_var_export(zval **struc, int level TSRMLS_DC);
-void php_debug_zval_dump(zval **struc, int level TSRMLS_DC);
+PHPAPI void php_var_dump(zval **struc, int level TSRMLS_DC);
+PHPAPI void php_var_export(zval **struc, int level TSRMLS_DC);
+PHPAPI void php_debug_zval_dump(zval **struc, int level TSRMLS_DC);
 
 /* typdef HashTable php_serialize_data_t; */
 #define php_serialize_data_t HashTable