use heap instead of stack
[m6w6/ext-http] / php_http_filter_api.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-2010, Michael Wallner <mike@php.net> |
10 +--------------------------------------------------------------------+
11 */
12
13 /* $Id$ */
14
15 #ifndef PHP_HTTP_FILTER_API_H
16 #define PHP_HTTP_FILTER_API_H
17 #ifdef ZEND_ENGINE_2
18
19 extern php_stream_filter_factory http_filter_factory;
20 PHP_MINIT_FUNCTION(http_filter);
21
22 #endif
23 #endif
24
25 /*
26 * Local variables:
27 * tab-width: 4
28 * c-basic-offset: 4
29 * End:
30 * vim600: noet sw=4 ts=4 fdm=marker
31 * vim<600: noet sw=4 ts=4
32 */
33