From 404bbe1f265772bf495581d5914f866aaa5f4337 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 10 Feb 2000 15:55:10 +0000 Subject: Move the logging mechanism to SAPI --- main/SAPI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/SAPI.h') diff --git a/main/SAPI.h b/main/SAPI.h index 7500b3ee20..60fc8efc6d 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -148,6 +148,7 @@ struct _sapi_module_struct { char *(*read_cookies)(SLS_D); void (*register_server_variables)(zval *track_vars_array ELS_DC SLS_DC PLS_DC); + void (*log_message)(char *message); void (*default_post_reader)(char *content_type_dup SLS_DC); }; -- cgit v1.2.1