use the new params parser
[m6w6/ext-http] / php_http_request_factory.h
index 881025a846c74fd5ff6c0120987ab09121d3c898..04db43b1d971feff80ce1c5a7fc70c57d86cedac 100644 (file)
@@ -1,3 +1,15 @@
+/*
+    +--------------------------------------------------------------------+
+    | PECL :: http                                                       |
+    +--------------------------------------------------------------------+
+    | Redistribution and use in source and binary forms, with or without |
+    | modification, are permitted provided that the conditions mentioned |
+    | in the accompanying LICENSE file are met.                          |
+    +--------------------------------------------------------------------+
+    | Copyright (c) 2004-2011, Michael Wallner <mike@php.net>            |
+    +--------------------------------------------------------------------+
+*/
+
 #ifndef PHP_HTTP_REQUEST_FACTORY_H
 #define PHP_HTTP_REQUEST_FACTORY_H
 
@@ -30,3 +42,13 @@ extern PHP_MINIT_FUNCTION(http_request_factory);
 extern PHP_MSHUTDOWN_FUNCTION(http_request_factory);
 
 #endif /* PHP_HTTP_REQUEST_FACTORY_H */
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: noet sw=4 ts=4 fdm=marker
+ * vim<600: noet sw=4 ts=4
+ */
+