Adding mising declaration (needed for Win32 compilation)

This commit is contained in:
Frank M. Kromann 2004-02-13 00:02:19 +00:00
parent cd4a39edf9
commit cf2c4b26bb

View File

@ -47,6 +47,7 @@ extern zend_module_entry simplexml_module_entry;
#include <libxml/xmlschemas.h>
PHP_MINIT_FUNCTION(simplexml);
PHP_MSHUTDOWN_FUNCTION(simplexml);
#if HAVE_SPL && !defined(COMPILE_DL_SPL)
PHP_RINIT_FUNCTION(simplexml);
#endif