Commit 094a00ce authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add vct_ishex()



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5699 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ad6d799c
......@@ -54,6 +54,7 @@ vct_is(unsigned char x, uint16_t y)
}
#define vct_issp(x) vct_is(x, VCT_SP)
#define vct_ishex(x) vct_is(x, VCT_HEX)
#define vct_iscrlf(x) vct_is(x, VCT_CRLF)
#define vct_islws(x) vct_is(x, VCT_LWS)
#define vct_isctl(x) vct_is(x, VCT_CTL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment