Commit 2710e4c5 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

typo


git-svn-id: http://www.varnish-cache.org/svn/trunk@216 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ec6f7f61
......@@ -46,7 +46,7 @@ char *VRT_GetHdr(struct sess *, const char *);
char *VRT_GetReq(struct sess *);
void VRT_handling(struct sess *sp, unsigned hand);
int VRT_obj_valid(struct sess *);
int VRT_obj_cachable(struct sess *);
int VRT_obj_cacheable(struct sess *);
void VRT_set_backend_hostname(struct backend *, const char *);
void VRT_set_backend_portname(struct backend *, const char *);
......
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