summaryrefslogtreecommitdiff
path: root/ext/mcrypt/php_mcrypt.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-04-25 20:44:52 +0000
committerSascha Schumann <sas@php.net>1999-04-25 20:44:52 +0000
commit6b890309ef204b14ea61803501fb887ffaad9444 (patch)
treea9e65903576aba0f0e3454014012fb98ae17f27e /ext/mcrypt/php_mcrypt.h
parent7d1ee82d79d786fe63c6acdcbb4283928ec24c41 (diff)
downloadphp-git-6b890309ef204b14ea61803501fb887ffaad9444.tar.gz
cleanup, add new stream mode, allow IV for CBC mode
Diffstat (limited to 'ext/mcrypt/php_mcrypt.h')
-rw-r--r--ext/mcrypt/php_mcrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h
index 6c59f4db4b..f6d3fea0ad 100644
--- a/ext/mcrypt/php_mcrypt.h
+++ b/ext/mcrypt/php_mcrypt.h
@@ -8,6 +8,7 @@ extern zend_module_entry mcrypt_module_entry;
PHP_FUNCTION(mcrypt_ecb);
PHP_FUNCTION(mcrypt_cbc);
+PHP_FUNCTION(mcrypt_cfb);
PHP_FUNCTION(mcrypt_get_block_size);
PHP_FUNCTION(mcrypt_get_key_size);