about summary refs log tree commit homepage
path: root/ext/http11/http11_parser.h
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-15 18:00:40 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-15 18:00:40 +0000
commite6336cdacfc8d0ca63fdd786952b2ae9f9000cd7 (patch)
treeee4d267501b92053a79985ea1ff64ea2f0379ca9 /ext/http11/http11_parser.h
parent9ae59b9d96204c555d83abead77c476a6cd9d8d7 (diff)
downloadunicorn-e6336cdacfc8d0ca63fdd786952b2ae9f9000cd7.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@650 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'ext/http11/http11_parser.h')
-rw-r--r--ext/http11/http11_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/http11/http11_parser.h b/ext/http11/http11_parser.h
index cd6692d..8d074ba 100644
--- a/ext/http11/http11_parser.h
+++ b/ext/http11/http11_parser.h
@@ -30,6 +30,7 @@ typedef struct http_parser {
   field_cb http_field;
   element_cb request_method;
   element_cb request_uri;
+  element_cb fragment;
   element_cb request_path;
   element_cb query_string;
   element_cb http_version;