ensure options are applied before the headers are set
[m6w6/ext-http] / php_http_strlist.h
index 4bddbb250b2843eec97cd3694c5d71cb97efafd7..26854234d154312c2e185a93611ce95bce363ff5 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-2014, Michael Wallner <mike@php.net>            |
+    +--------------------------------------------------------------------+
+*/
+
 #ifndef PHP_HTTP_STRLIST_H
 #define PHP_HTTP_STRLIST_H
 
@@ -25,3 +37,13 @@ PHP_HTTP_API void php_http_strlist_iterator_dtor(php_http_strlist_iterator_t *it
 PHP_HTTP_API void php_http_strlist_iterator_free(php_http_strlist_iterator_t **iter);
 
 #endif /* PHP_HTTP_STRLIST_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
+ */
+