From f74fbc1a0603401d7df4597f13b27309e2e7452e Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 31 Aug 2006 11:10:23 +0000 Subject: [PATCH] fix warnings about nonextistent functions --- ext/ctype/ctype.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/ctype/ctype.c b/ext/ctype/ctype.c index d982dc5521..d6e8641ab9 100644 --- a/ext/ctype/ctype.c +++ b/ext/ctype/ctype.c @@ -40,10 +40,6 @@ ZEND_DECLARE_MODULE_GLOBALS(ctype) /* True global resources - no need for thread safety here */ /* static int le_ctype; */ -static PHP_MINIT_FUNCTION(ctype); -static PHP_MSHUTDOWN_FUNCTION(ctype); -static PHP_RINIT_FUNCTION(ctype); -static PHP_RSHUTDOWN_FUNCTION(ctype); static PHP_MINFO_FUNCTION(ctype); static PHP_FUNCTION(ctype_alnum); -- 2.50.1