c461b1919070010770fc6ecebb9c080c4ed36f91
[m6w6/ext-http] / php_http_exception.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: php_http_exception_object.h 292841 2009-12-31 08:48:57Z mike $ */
14
15 #ifndef PHP_HTTP_EXCEPTION_H
16 #define PHP_HTTP_EXCEPTION_H
17
18 PHP_MINIT_FUNCTION(http_exception_object);
19
20 extern zend_class_entry *php_http_exception_class_entry;
21 extern zend_function_entry php_http_exception_method_entry[];
22
23 PHP_MINIT_FUNCTION(http_exception);
24
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