X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_request.h;h=474114babf1e918213af4566ef0a7e3eb9c139c6;hp=36151d78ea11059daa27f069d1962ad73569b434;hb=f6aba0e70bd02ff612e2e5d963324f7eb4d8e165;hpb=4df3b824699d900869d3ee55371bdaf87174ea2d diff --git a/php_http_client_request.h b/php_http_client_request.h index 36151d7..474114b 100644 --- a/php_http_client_request.h +++ b/php_http_client_request.h @@ -6,23 +6,14 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ #ifndef PHP_HTTP_CLIENT_REQUEST_H #define PHP_HTTP_CLIENT_REQUEST_H -extern zend_class_entry *php_http_client_request_class_entry; -extern zend_function_entry php_http_client_request_method_entry[]; - -PHP_METHOD(HttpClientRequest, __construct); -PHP_METHOD(HttpClientRequest, setContentType); -PHP_METHOD(HttpClientRequest, getContentType); -PHP_METHOD(HttpClientRequest, setQuery); -PHP_METHOD(HttpClientRequest, getQuery); -PHP_METHOD(HttpClientRequest, addQuery); - +PHP_HTTP_API zend_class_entry *php_http_client_request_class_entry; PHP_MINIT_FUNCTION(http_client_request); #endif /* PHP_HTTP_CLIENT_REQUEST_H */