summaryrefslogtreecommitdiff
path: root/ext/standard/php_uuencode.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-10-28 04:02:11 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-10-28 04:02:11 +0000
commit8f6b374d1dcb9a823b562252fa3be27bd5bc9e85 (patch)
tree1790e47ae2d194d1d94067383b4678bfbb9d7cce /ext/standard/php_uuencode.h
parentb5f6cda2e92fb97c34def9a46d1a2fffdd86d58f (diff)
downloadphp-git-8f6b374d1dcb9a823b562252fa3be27bd5bc9e85.tar.gz
By popular demand renaming uu(encode/decode) to convert_uu(encode/decode).
Diffstat (limited to 'ext/standard/php_uuencode.h')
-rw-r--r--ext/standard/php_uuencode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/php_uuencode.h b/ext/standard/php_uuencode.h
index 37ca9d5f05..76caa31f0d 100644
--- a/ext/standard/php_uuencode.h
+++ b/ext/standard/php_uuencode.h
@@ -21,8 +21,8 @@
#ifndef PHP_UUENCODE_H
#define PHP_UUENCODE_H
-PHP_FUNCTION(uudecode);
-PHP_FUNCTION(uuencode);
+PHP_FUNCTION(convert_uudecode);
+PHP_FUNCTION(convert_uuencode);
PHPAPI int php_uudecode(char *src, int src_len, char **dest);
PHPAPI int php_uuencode(char *src, int src_len, char **dest);