f48f9b499ca5775459b518dcc3b9fb078ece0d1b
[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-2011, Michael Wallner <mike@php.net> |
10 +--------------------------------------------------------------------+
11 */
12
13 #ifndef PHP_HTTP_EXCEPTION_H
14 #define PHP_HTTP_EXCEPTION_H
15
16 zend_class_entry *php_http_exception_get_class_entry(void);
17
18 PHP_MINIT_FUNCTION(http_exception);
19
20 #endif
21
22 /*
23 * Local variables:
24 * tab-width: 4
25 * c-basic-offset: 4
26 * End:
27 * vim600: noet sw=4 ts=4 fdm=marker
28 * vim<600: noet sw=4 ts=4
29 */
30