Merge branch 'v2.6.x'
[m6w6/ext-http] / src / php_http_client_curl_event.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-2014, Michael Wallner <mike@php.net> |
10 +--------------------------------------------------------------------+
11 */
12
13 #ifndef PHP_HTTP_CLIENT_CURL_EVENT_H
14 #define PHP_HTTP_CLIENT_CURL_EVENT_H
15
16 #if PHP_HTTP_HAVE_CURL
17 #if PHP_HTTP_HAVE_EVENT
18
19 php_http_client_curl_ops_t *php_http_client_curl_event_ops_get();
20
21 #endif
22 #endif
23
24 #endif
25
26 /*
27 * Local variables:
28 * tab-width: 4
29 * c-basic-offset: 4
30 * End:
31 * vim600: noet sw=4 ts=4 fdm=marker
32 * vim<600: noet sw=4 ts=4
33 */