Commit 0a4e195c authored by Tollef Fog Heen's avatar Tollef Fog Heen

Update auto-generated file

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5018 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 5d1c7351
......@@ -160,11 +160,10 @@ vcl_output_lang_h(struct vsb *sb)
/* ../../include/vcl.h */
vsb_cat(sb, "\n/*\n * $Id: vcl.h 5007 2010-07-05 09:37:53Z "
"phk $\n *\n * NB: This file is machine generated, DO NOT "
"EDIT!\n *\n * Edit and run generate.py instead\n */\n"
"\nstruct sess;\nstruct cli;\n\ntypedef void vcl_init_f(struct "
"cli *);\ntypedef void vcl_fini_f(struct cli *);\n"
vsb_cat(sb, "\n/*\n * $Id$\n *\n * NB: This file is machine "
"generated, DO NOT EDIT!\n *\n * Edit and run generate.py instead"
"\n */\n\nstruct sess;\nstruct cli;\n\ntypedef void vcl_init_f(st"
"ruct cli *);\ntypedef void vcl_fini_f(struct cli *);\n"
"typedef int vcl_func_f(struct sess *sp);\n\n/* VCL Methods "
"*/\n#define VCL_MET_RECV\t\t(1U << 0)\n#define VCL_MET_PIPE\t"
"\t(1U << 1)\n#define VCL_MET_PASS\t\t(1U << 2)\n#define VCL_MET_"
......@@ -288,22 +287,23 @@ vcl_output_lang_h(struct vsb *sb)
"\nvoid VRT_panic(struct sess *sp, const char *, ...);\n"
"void VRT_ban(struct sess *sp, char *, ...);\nvoid VRT_ban_string"
"(struct sess *sp, const char *, ...);\nvoid VRT_purge(struct "
"sess *sp, double ttl, double grace);\n\nvoid VRT_count(const "
"struct sess *, unsigned);\nint VRT_rewrite(const char *, const "
"char *);\nvoid VRT_error(struct sess *, unsigned, const char "
"*);\nint VRT_switch_config(const char *);\n\nenum gethdr_e "
"{ HDR_REQ, HDR_RESP, HDR_OBJ, HDR_BEREQ, HDR_BERESP };\n"
"char *VRT_GetHdr(const struct sess *, enum gethdr_e where, "
"const char *);\nvoid VRT_SetHdr(const struct sess *, enum "
"gethdr_e where, const char *,\n const char *, ...);\n"
"void VRT_handling(struct sess *sp, unsigned hand);\n"
"\nvoid VRT_hashdata(struct sess *sp, const char *str, ...);\n"
"\n/* Simple stuff */\nint VRT_strcmp(const char *s1, const "
"char *s2);\nvoid VRT_memmove(void *dst, const void *src, unsigne"
"d len);\n\nvoid VRT_ESI(struct sess *sp);\nvoid VRT_Rollback(str"
"uct sess *sp);\n\n/* Synthetic pages */\nvoid VRT_synth_page(str"
"uct sess *sp, unsigned flags, const char *, ...);\n"
"\n/* Backend related */\nvoid VRT_init_dir(struct cli *, struct "
"sess *sp, double ttl, double grace);\nvoid VRT_log(struct "
"sess *, const char *msg, ...);\n\nvoid VRT_count(const struct "
"sess *, unsigned);\nint VRT_rewrite(const char *, const char "
"*);\nvoid VRT_error(struct sess *, unsigned, const char *);\n"
"int VRT_switch_config(const char *);\n\nenum gethdr_e { HDR_REQ,"
" HDR_RESP, HDR_OBJ, HDR_BEREQ, HDR_BERESP };\nchar *VRT_GetHdr(c"
"onst struct sess *, enum gethdr_e where, const char *);\n"
"void VRT_SetHdr(const struct sess *, enum gethdr_e where, "
"const char *,\n const char *, ...);\nvoid VRT_handling(struct"
" sess *sp, unsigned hand);\n\nvoid VRT_hashdata(struct sess "
"*sp, const char *str, ...);\n\n/* Simple stuff */\n"
"int VRT_strcmp(const char *s1, const char *s2);\n"
"void VRT_memmove(void *dst, const void *src, unsigned len);\n"
"\nvoid VRT_ESI(struct sess *sp);\nvoid VRT_Rollback(struct "
"sess *sp);\n\n/* Synthetic pages */\nvoid VRT_synth_page(struct "
"sess *sp, unsigned flags, const char *, ...);\n\n"
"/* Backend related */\nvoid VRT_init_dir(struct cli *, struct "
"director **, const char *name,\n int idx, const void *priv);\n"
"void VRT_fini_dir(struct cli *, struct director *);\n"
"\nchar *VRT_IP_string(const struct sess *sp, const struct "
......
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