summaryrefslogtreecommitdiff
path: root/ext/mcrypt/php_mcrypt.h
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-06-26 16:33:39 +0000
committerHannes Magnusson <bjori@php.net>2006-06-26 16:33:39 +0000
commit223d122caeb65ab2f495891b604883b7db1b7032 (patch)
treed938ae32556611316acb6b2fe15b59ad5370dc2a /ext/mcrypt/php_mcrypt.h
parentd258bcd95122aad4d944cc601c1b0eeddd9a8d01 (diff)
downloadphp-git-223d122caeb65ab2f495891b604883b7db1b7032.tar.gz
MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warnings
Diffstat (limited to 'ext/mcrypt/php_mcrypt.h')
-rw-r--r--ext/mcrypt/php_mcrypt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h
index 64c5e5522e..871e96f6e5 100644
--- a/ext/mcrypt/php_mcrypt.h
+++ b/ext/mcrypt/php_mcrypt.h
@@ -52,7 +52,6 @@ PHP_FUNCTION(mcrypt_module_open);
PHP_FUNCTION(mcrypt_generic_init);
PHP_FUNCTION(mcrypt_generic);
PHP_FUNCTION(mdecrypt_generic);
-PHP_FUNCTION(mcrypt_generic_end);
PHP_FUNCTION(mcrypt_generic_deinit);
PHP_FUNCTION(mcrypt_enc_self_test);