summaryrefslogtreecommitdiff
path: root/ext/standard/php_var.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2003-04-28 18:41:32 +0000
committerDerick Rethans <derick@php.net>2003-04-28 18:41:32 +0000
commitcd1346470985bfaa65d4947bafe84f21337ec91d (patch)
treea727890b4384d029ba30457024ddb324f3499233 /ext/standard/php_var.h
parente422f56dfff58a36a47a70e648967b591c07cd60 (diff)
downloadphp-git-cd1346470985bfaa65d4947bafe84f21337ec91d.tar.gz
- Make them available on Windows too from other files.
Diffstat (limited to 'ext/standard/php_var.h')
-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 3ae0bb200f..5f05b7f69f 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