From af51a7f576f0cec1d2c94b9bbb3dfb46dd466a66 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Sun, 12 Feb 2012 10:47:10 +0100 Subject: Fix ZTS compile problem --- post_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post_handler.c') diff --git a/post_handler.c b/post_handler.c index b405ae2..96f4b4a 100644 --- a/post_handler.c +++ b/post_handler.c @@ -162,7 +162,7 @@ void suhosin_hook_post_handlers(TSRMLS_D) ini_entry->on_modify = suhosin_OnUpdate_mbstring_encoding_translation; } -void suhosin_unhook_post_handlers() +void suhosin_unhook_post_handlers(TSRMLS_D) { zend_ini_entry *ini_entry; -- cgit v1.3