X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_request_datashare.h;h=5ef63282f3fb59ee9065904d34e0a128fa6b4dac;hb=1e674ad6a7e867b1b4d04db098b59981fe3f011d;hp=3b719623107847b9155631df1e654e7520e4d200;hpb=7dc5de0b79846bfe33ca36a9eeb894ef2ecfdee1;p=m6w6%2Fext-http diff --git a/php_http_request_datashare.h b/php_http_request_datashare.h index 3b71962..5ef6328 100644 --- a/php_http_request_datashare.h +++ b/php_http_request_datashare.h @@ -1,8 +1,18 @@ +/* + +--------------------------------------------------------------------+ + | 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 | + +--------------------------------------------------------------------+ +*/ + #ifndef PHP_HTTP_REQUEST_DATASHARE_H #define PHP_HTTP_REQUEST_DATASHARE_H -#include "php_http_request.h" - typedef enum php_http_request_datashare_setopt_opt { PHP_HTTP_REQUEST_DATASHARE_OPT_COOKIES, PHP_HTTP_REQUEST_DATASHARE_OPT_RESOLVER, @@ -86,3 +96,13 @@ PHP_METHOD(HttpRequestDataShare, detach); PHP_METHOD(HttpRequestDataShare, reset); #endif /* PHP_HTTP_REQUEST_DATASHARE_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 + */ +