diff options
Diffstat (limited to 'ext/hash/php_hash_adler32.h')
-rw-r--r-- | ext/hash/php_hash_adler32.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/hash/php_hash_adler32.h b/ext/hash/php_hash_adler32.h index b523f021e5..63f32ab536 100644 --- a/ext/hash/php_hash_adler32.h +++ b/ext/hash/php_hash_adler32.h @@ -31,12 +31,3 @@ PHP_HASH_API void PHP_ADLER32Final(unsigned char digest[4], PHP_ADLER32_CTX *con PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context); #endif - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |