- (non-)ZTS fixes
[m6w6/ext-http] / php_http_util_object.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-2006, Michael Wallner <mike@php.net> |
10 +--------------------------------------------------------------------+
11 */
12
13 /* $Id$ */
14
15 #ifndef PHP_HTTP_UTIL_OBJECT_H
16 #define PHP_HTTP_UTIL_OBJECT_H
17 #ifdef ZEND_ENGINE_2
18
19 extern zend_class_entry *http_util_object_ce;
20 extern zend_function_entry http_util_object_fe[];
21
22 extern PHP_MINIT_FUNCTION(http_util_object);
23
24 #endif
25 #endif
26
27 /*
28 * Local variables:
29 * tab-width: 4
30 * c-basic-offset: 4
31 * End:
32 * vim600: noet sw=4 ts=4 fdm=marker
33 * vim<600: noet sw=4 ts=4
34 */
35