Commit 3e49b60e authored by Geoff Simmons's avatar Geoff Simmons

WS_Front() is now in Varnish cache.h

parent ef3a83c4
......@@ -98,12 +98,6 @@ WS_Allocated(struct ws * const restrict ws, const void * const restrict ptr,
assert((char *)ptr >= ws->s && ((char *)ptr + len) <= ws->f);
}
static inline char *
WS_Front(struct ws * const ws)
{
return ws->f;
}
static inline int
get_pcre2_errmsg(struct ws * const restrict ws, int errcode,
char * restrict * const restrict buf)
......
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