]> granicus.if.org Git - php/commitdiff
fixed post deactivate signature in ext\libxml
authorAnatol Belski <ab@php.net>
Tue, 21 Jan 2014 16:08:59 +0000 (17:08 +0100)
committerAnatol Belski <ab@php.net>
Tue, 21 Jan 2014 16:08:59 +0000 (17:08 +0100)
ext/libxml/libxml.c

index b458d162c0915774ae20ec4f20dac6c195260cd0..9bd8bfd6ddd74fcebee0feffb21d65222f5504b7 100644 (file)
@@ -87,7 +87,7 @@ static PHP_MINIT_FUNCTION(libxml);
 static PHP_RINIT_FUNCTION(libxml);
 static PHP_MSHUTDOWN_FUNCTION(libxml);
 static PHP_MINFO_FUNCTION(libxml);
-static int php_libxml_post_deactivate();
+static int php_libxml_post_deactivate(void);
 
 /* }}} */
 
@@ -869,7 +869,7 @@ static PHP_MSHUTDOWN_FUNCTION(libxml)
        return SUCCESS;
 }
 
-static int php_libxml_post_deactivate()
+static int php_libxml_post_deactivate(void)
 {
        TSRMLS_FETCH();
        /* reset libxml generic error handling */