about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-05-04 16:07:56 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-05-04 16:07:56 +0000
commit0ca765c199519f30e99bda26552905f9e4baf0b9 (patch)
tree80e7257b684f85fd503b0f66d2284addcdf58c38 /ext
parentd529c2b1f34c658842705d614722a91b23534ff5 (diff)
downloadunicorn-0ca765c199519f30e99bda26552905f9e4baf0b9.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@163 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'ext')
-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