From ea31ba145c26e01b14c8aaf49ee487a118a456a8 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 26 Feb 2005 14:01:07 +0000 Subject: [PATCH] * fix EOF --- http_api.c | 3 ++- http_curl_api.c | 1 + http_functions.c | 1 + php_http_api.h | 3 ++- php_http_curl_api.h | 1 + php_http_std_defs.h | 1 + 6 files changed, 8 insertions(+), 2 deletions(-) diff --git a/http_api.c b/http_api.c index e1d6e1b..b5c9164 100644 --- a/http_api.c +++ b/http_api.c @@ -1743,4 +1743,5 @@ PHP_HTTP_API STATUS php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, * End: * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 - */ \ No newline at end of file + */ + diff --git a/http_curl_api.c b/http_curl_api.c index 288a084..f7c5121 100644 --- a/http_curl_api.c +++ b/http_curl_api.c @@ -645,3 +645,4 @@ PHP_HTTP_API STATUS _http_post_curldata_ex(CURL *ch, const char *URL, * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ + diff --git a/http_functions.c b/http_functions.c index 6afde94..010c0a2 100644 --- a/http_functions.c +++ b/http_functions.c @@ -993,3 +993,4 @@ PHP_FUNCTION(http_build_query) * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ + diff --git a/php_http_api.h b/php_http_api.h index d7973ac..5667226 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -166,4 +166,5 @@ PHP_HTTP_API STATUS php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, * End: * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 - */ \ No newline at end of file + */ + diff --git a/php_http_curl_api.h b/php_http_curl_api.h index 3bcd8ab..98493ca 100644 --- a/php_http_curl_api.h +++ b/php_http_curl_api.h @@ -50,3 +50,4 @@ PHP_HTTP_API STATUS _http_post_curldata_ex(CURL *ch, const char *URL, struct cur * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ + diff --git a/php_http_std_defs.h b/php_http_std_defs.h index bff3894..6a113a7 100644 --- a/php_http_std_defs.h +++ b/php_http_std_defs.h @@ -150,3 +150,4 @@ * vim600: noet sw=4 ts=4 fdm=marker * vim<600: noet sw=4 ts=4 */ + -- 2.30.2