X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_strlist.h;h=26854234d154312c2e185a93611ce95bce363ff5;hp=4bddbb250b2843eec97cd3694c5d71cb97efafd7;hb=791511f3bc18cdc68b3f27b43d9396cf56d99e5a;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2 diff --git a/php_http_strlist.h b/php_http_strlist.h index 4bddbb2..2685423 100644 --- a/php_http_strlist.h +++ b/php_http_strlist.h @@ -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 | + +--------------------------------------------------------------------+ +*/ + #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 + */ +