summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2003-04-28 18:47:57 +0000
committerDerick Rethans <derick@php.net>2003-04-28 18:47:57 +0000
commit427e27cc748ddd206abf5e8a8e97153d0e97cf8c (patch)
tree8bf18d64554c56df4f522be69c43b932324c5934
parentf00753614789a37f18bdbc393e3ac6fe4e4d766d (diff)
downloadphp-git-427e27cc748ddd206abf5e8a8e97153d0e97cf8c.tar.gz
- MFH
-rw-r--r--ext/standard/php_var.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/php_var.h b/ext/standard/php_var.h
index 0a195816aa..18cf3d7867 100644
--- a/ext/standard/php_var.h
+++ b/ext/standard/php_var.h
@@ -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