8cc0b8aaafadad78bb978cafea96e70feea2d3b0
[m6w6/ext-http] / php_http_headers.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_headers_api.h 300300 2010-06-09 07:29:35Z mike $ */
14
15 #ifndef PHP_HTTP_HEADERS_H
16 #define PHP_HTTP_HEADERS_H
17
18 #include "php_http_info.h"
19
20 PHP_HTTP_API STATUS php_http_headers_parse(const char *header, size_t length, HashTable *headers, php_http_info_callback_t callback_func, void **callback_data TSRMLS_DC);
21
22 #endif
23
24 /*
25 * Local variables:
26 * tab-width: 4
27 * c-basic-offset: 4
28 * End:
29 * vim600: noet sw=4 ts=4 fdm=marker
30 * vim<600: noet sw=4 ts=4
31 */
32