summaryrefslogtreecommitdiff
path: root/ext/json/php_json.h
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2006-08-14 20:08:18 +0000
committerNuno Lopes <nlopess@php.net>2006-08-14 20:08:18 +0000
commitddb4d1fdcc2162edd7432080b117eaae6e24eb87 (patch)
tree8ab7c292e00edbe8ed2b9c1514894005e604a272 /ext/json/php_json.h
parent8657927354c6c03320f7733b5859cd5272712b33 (diff)
downloadphp-git-ddb4d1fdcc2162edd7432080b117eaae6e24eb87.tar.gz
move static declaration to *.c files
mroe static/const keywording
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r--ext/json/php_json.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h
index 48555ee31f..98eac25938 100644
--- a/ext/json/php_json.h
+++ b/ext/json/php_json.h
@@ -36,11 +36,6 @@ extern zend_module_entry json_module_entry;
#include "TSRM.h"
#endif
-PHP_MINFO_FUNCTION(json);
-
-PHP_FUNCTION(json_encode);
-PHP_FUNCTION(json_decode);
-
#ifdef ZTS
#define JSON_G(v) TSRMG(json_globals_id, zend_json_globals *, v)
#else