fixed config.w32 for build with curl enabled
[m6w6/ext-http] / php_http_client_interface.h
1 /*
2 +--------------------------------------------------------------------+
3 | PECL :: http |
4 +--------------------------------------------------------------------+
5 | Redistribution and use in source and binary forms, with or without |
6 | modification, are permitted provided that the conditions mentioned |
7 | in the accompanying LICENSE file are met. |
8 +--------------------------------------------------------------------+
9 | Copyright (c) 2004-2011, Michael Wallner <mike@php.net> |
10 +--------------------------------------------------------------------+
11 */
12
13 #ifndef PHP_HTTP_CLIENT_INTERFACE_H
14
15 zend_class_entry *php_http_client_interface_get_class_entry(void);
16
17 PHP_MINIT_FUNCTION(http_client_interface);
18
19 #endif
20
21 /*
22 * Local variables:
23 * tab-width: 4
24 * c-basic-offset: 4
25 * End:
26 * vim600: noet sw=4 ts=4 fdm=marker
27 * vim<600: noet sw=4 ts=4
28 */
29