summaryrefslogtreecommitdiff
path: root/ext/libxml/php_libxml.h
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2006-11-10 18:05:11 +0000
committerNuno Lopes <nlopess@php.net>2006-11-10 18:05:11 +0000
commitec46e5e510abbd34bd85750468316e11ca8e83da (patch)
treea520f98e29ec3190f85c7c127589397bd0cb91bb /ext/libxml/php_libxml.h
parentfe8e53f7a78ee763dc93a5301f894d0f562ce312 (diff)
downloadphp-git-ec46e5e510abbd34bd85750468316e11ca8e83da.tar.gz
mark a few variables and functions as static
Diffstat (limited to 'ext/libxml/php_libxml.h')
-rw-r--r--ext/libxml/php_libxml.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h
index badbd6bec8..e246bd992e 100644
--- a/ext/libxml/php_libxml.h
+++ b/ext/libxml/php_libxml.h
@@ -75,12 +75,6 @@ typedef struct _php_libxml_node_object {
typedef void * (*php_libxml_export_node) (zval *object TSRMLS_DC);
-PHP_FUNCTION(libxml_set_streams_context);
-PHP_FUNCTION(libxml_use_internal_errors);
-PHP_FUNCTION(libxml_get_last_error);
-PHP_FUNCTION(libxml_clear_errors);
-PHP_FUNCTION(libxml_get_errors);
-
int php_libxml_increment_node_ptr(php_libxml_node_object *object, xmlNodePtr node, void *private_data TSRMLS_DC);
int php_libxml_decrement_node_ptr(php_libxml_node_object *object TSRMLS_DC);
PHP_LIBXML_API int php_libxml_increment_doc_ref(php_libxml_node_object *object, xmlDocPtr docp TSRMLS_DC);