diff options
Diffstat (limited to 'ext/standard/php_uuencode.h')
| -rw-r--r-- | ext/standard/php_uuencode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/php_uuencode.h b/ext/standard/php_uuencode.h index 40a1a20b21..82549f56d1 100644 --- a/ext/standard/php_uuencode.h +++ b/ext/standard/php_uuencode.h @@ -17,9 +17,6 @@ #ifndef PHP_UUENCODE_H #define PHP_UUENCODE_H -PHP_FUNCTION(convert_uudecode); -PHP_FUNCTION(convert_uuencode); - PHPAPI zend_string *php_uudecode(char *src, size_t src_len); PHPAPI zend_string *php_uuencode(char *src, size_t src_len); |
