about summary refs log tree commit homepage
path: root/ext/http11/http11_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http11/http11_parser.h')
-rw-r--r--ext/http11/http11_parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/http11/http11_parser.h b/ext/http11/http11_parser.h
index 8d49a42..2927459 100644
--- a/ext/http11/http11_parser.h
+++ b/ext/http11/http11_parser.h
@@ -35,7 +35,6 @@ int http_parser_finish(http_parser *parser);
 size_t http_parser_execute(http_parser *parser, const char *data, size_t len );
 int http_parser_has_error(http_parser *parser);
 int http_parser_is_finished(http_parser *parser);
-void http_parser_destroy(http_parser *parser);
 
 #define http_parser_nread(parser) (parser)->nread