include headers where they're actually needed
[m6w6/ext-http] / php_http_message_parser.h
index 7d84fc2ef1deef6cc82b5d3c42bd345b266d56ea..ee6d022829c7c59d611b0de9992db9cd66be4647 100644 (file)
@@ -15,7 +15,8 @@ typedef enum php_http_message_parser_state {
        PHP_HTTP_MESSAGE_PARSER_STATE_DONE
 } php_http_message_parser_state_t;
 
-#define PHP_HTTP_MESSAGE_PARSER_CLEANUP 0x1
+#define PHP_HTTP_MESSAGE_PARSER_CLEANUP                        0x1
+#define PHP_HTTP_MESSAGE_PARSER_EMPTY_REDIRECTS        0x2
 
 typedef struct php_http_message_parser {
        php_http_header_parser_t header;