X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=uhttpd.h;fp=uhttpd.h;h=b022ecf509ece2579ee9c80aada1f54b44c6f8d3;hb=242401f544df790b1df7d12b3be5f5b429da091c;hp=f9ea76196ec1706553fab7a1adc9741ca45cb2ff;hpb=fe01ef3f52adae9da38ef47926cd50974af5d6b7;p=project%2Fuhttpd.git diff --git a/uhttpd.h b/uhttpd.h index f9ea761..b022ecf 100644 --- a/uhttpd.h +++ b/uhttpd.h @@ -258,6 +258,7 @@ struct client { struct uh_addr srv_addr, peer_addr; struct blob_buf hdr; + struct blob_buf hdr_response; struct dispatch dispatch; };