We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09eb3cf + fb721ce commit c6f2581Copy full SHA for c6f2581
ext/libxml/libxml.c
@@ -88,7 +88,7 @@ static PHP_MINIT_FUNCTION(libxml);
88
static PHP_RINIT_FUNCTION(libxml);
89
static PHP_MSHUTDOWN_FUNCTION(libxml);
90
static PHP_MINFO_FUNCTION(libxml);
91
-static int php_libxml_post_deactivate();
+static int php_libxml_post_deactivate(void);
92
93
/* }}} */
94
@@ -875,7 +875,7 @@ static PHP_MSHUTDOWN_FUNCTION(libxml)
875
return SUCCESS;
876
}
877
878
-static int php_libxml_post_deactivate()
+static int php_libxml_post_deactivate(void)
879
{
880
TSRMLS_FETCH();
881
/* reset libxml generic error handling */
0 commit comments