X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_neon.h;h=512dabebdac0b48c79517f5517e38b26f2c7aa15;hb=2f4ec48ea4021a994fca61cf237db306bfb54e20;hp=dd4ff9831548658c815231ba069b7d23680ae254;hpb=7dc5de0b79846bfe33ca36a9eeb894ef2ecfdee1;p=m6w6%2Fext-http diff --git a/php_http_neon.h b/php_http_neon.h index dd4ff98..512dabe 100644 --- a/php_http_neon.h +++ b/php_http_neon.h @@ -1,6 +1,20 @@ +/* + +--------------------------------------------------------------------+ + | 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_NEON_H #define PHP_HTTP_NEON_H +#if PHP_HTTP_HAVE_NEON + php_http_request_ops_t *php_http_neon_get_request_ops(void); PHP_MINIT_FUNCTION(http_neon); @@ -13,4 +27,15 @@ extern zend_function_entry php_http_neon_method_entry[]; PHP_METHOD(HttpNEON, __construct); +#endif /* PHP_HTTP_HAVE_NEON */ #endif /* PHP_HTTP_NEON_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 + */ +