summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-08-07 11:55:48 +0000
committerUwe Steinmann <steinm@php.net>2000-08-07 11:55:48 +0000
commitedcbd1862e349ecd00fc84cbc5fbd8a2cad546c2 (patch)
treeb189cb81e2cb2a4f8db1a0ee3315904622e6c374 /ext/domxml/php_domxml.h
parent83341c39da7ed945164ce873fda0eed68fc79dc0 (diff)
downloadphp-git-edcbd1862e349ecd00fc84cbc5fbd8a2cad546c2.tar.gz
- got rid of php_ prefix in Modulename and some structs
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 0dc4fb3d96..b491a3e5b0 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -24,8 +24,8 @@
#if HAVE_DOMXML
#include <libxml/parser.h>
-extern zend_module_entry php_domxml_module_entry;
-#define php_domxml_module_ptr &php_domxml_module_entry
+extern zend_module_entry domxml_module_entry;
+#define domxml_module_ptr &domxml_module_entry
/* directory functions */
extern PHP_MINIT_FUNCTION(domxml);
@@ -56,8 +56,8 @@ PHP_FUNCTION(domxml_attrname);
PHP_FUNCTION(domxml_test);
#else
-#define php_domxml_module_ptr NULL
+#define domxml_module_ptr NULL
#endif /* HAVE_DOMXML */
-#define phpext_domxml_ptr php_domxml_module_ptr
+#define phpext_domxml_ptr domxml_module_ptr
#endif /* _PHP_DIR_H */