diff options
Diffstat (limited to 'ext/standard/php_uuencode.h')
-rw-r--r-- | ext/standard/php_uuencode.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/php_uuencode.h b/ext/standard/php_uuencode.h index dd17ee54f8..7c350b4f18 100644 --- a/ext/standard/php_uuencode.h +++ b/ext/standard/php_uuencode.h @@ -26,10 +26,3 @@ PHPAPI zend_string *php_uudecode(char *src, size_t src_len); PHPAPI zend_string *php_uuencode(char *src, size_t src_len); #endif /* PHP_UUENCODE_H */ - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - */ |