X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_neon.h;h=dd4ff9831548658c815231ba069b7d23680ae254;hb=68c092dc21fab546dfba2aab85844d340c4e9024;hp=96b7d0d8ac3acf87c83b3976e92d652329881dde;hpb=df06e2dbf48a3b0d96f2c62071c1b5fc907a98d0;p=m6w6%2Fext-http diff --git a/php_http_neon.h b/php_http_neon.h index 96b7d0d..dd4ff98 100644 --- a/php_http_neon.h +++ b/php_http_neon.h @@ -6,4 +6,11 @@ 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_NEON_H */