From 8d8e26577d1e132abe01f4601f5ee085cfa1bc48 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 7 Sep 2001 00:58:23 +0000 Subject: [PATCH] Cleanup. --- main/SAPI.c | 4 ---- main/SAPI.h | 1 - 2 files changed, 5 deletions(-) diff --git a/main/SAPI.c b/main/SAPI.c index 160dcb8156..c77da780e6 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -39,9 +39,6 @@ static HashTable known_post_content_types; -SAPI_API void (*sapi_error)(int error_type, const char *message, ...); - - #ifdef ZTS SAPI_API int sapi_globals_id; #else @@ -55,7 +52,6 @@ static void sapi_globals_ctor(sapi_globals_struct *sapi_globals TSRMLS_DC) /* True globals (no need for thread safety) */ SAPI_API sapi_module_struct sapi_module; -SAPI_API void (*sapi_error)(int error_type, const char *message, ...); SAPI_API void sapi_startup(sapi_module_struct *sf) diff --git a/main/SAPI.h b/main/SAPI.h index babc5a4612..8a8be9425a 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -123,7 +123,6 @@ SAPI_API extern int sapi_globals_id; extern SAPI_API sapi_globals_struct sapi_globals; #endif - SAPI_API void sapi_startup(sapi_module_struct *sf); SAPI_API void sapi_shutdown(void); SAPI_API void sapi_activate(TSRMLS_D); -- 2.50.1