From 3e669bc950eb5f36e5f0bec199f8e4b9de4d13f2 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 02:28:41 +0000 Subject: MFH: nuke php3 legacy --- ext/mcrypt/mcrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mcrypt') diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index 376a8a4683..345b6b31de 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -43,7 +43,7 @@ typedef struct _php_mcrypt { zend_bool init; } php_mcrypt; -function_entry mcrypt_functions[] = { +zend_function_entry mcrypt_functions[] = { PHP_FE(mcrypt_ecb, NULL) PHP_FE(mcrypt_cbc, NULL) PHP_FE(mcrypt_cfb, NULL) -- cgit v1.2.1