X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_neon.h;h=512dabebdac0b48c79517f5517e38b26f2c7aa15;hp=96b7d0d8ac3acf87c83b3976e92d652329881dde;hb=20a7c37b273e313e53a37f4406eb49898dd50b6d;hpb=df06e2dbf48a3b0d96f2c62071c1b5fc907a98d0 diff --git a/php_http_neon.h b/php_http_neon.h index 96b7d0d..512dabe 100644 --- a/php_http_neon.h +++ b/php_http_neon.h @@ -1,9 +1,41 @@ +/* + +--------------------------------------------------------------------+ + | 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); PHP_MSHUTDOWN_FUNCTION(http_neon); +extern zend_class_entry *php_http_neon_class_entry; +extern zend_function_entry php_http_neon_method_entry[]; + +#define php_http_neon_new php_http_object_new + +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 + */ +