X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_request.h;h=5f4da538542db4308bcfc92efccb1d185c8635a5;hp=36151d78ea11059daa27f069d1962ad73569b434;hb=bc336340e111d6eff9d7236bc7a7129925469ae1;hpb=4df3b824699d900869d3ee55371bdaf87174ea2d diff --git a/php_http_client_request.h b/php_http_client_request.h index 36151d7..5f4da53 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-2013, 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 */