1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00

definition.

This commit is contained in:
Sterling Hughes
2000-07-01 01:42:51 +00:00
parent 51370ab76c
commit 8745b71fc6

View File

@@ -42,6 +42,7 @@
extern zend_module_entry cybercash_module_entry;
#define cybercash_module_ptr &cybercash_module_entry
PHP_MINFO_FUNCTION(cybercash);
PHP_FUNCTION(cybercash_encr);
PHP_FUNCTION(cybercash_decr);
PHP_FUNCTION(cybercash_base64_encode);