From: phk Date: Mon, 27 Mar 2006 14:11:22 +0000 (+0000) Subject: Forgot to add this one. Prototypes for the VCL compiler. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7218ffd1821da89a14e9e34a4753de6d6957ddee;p=varnish Forgot to add this one. Prototypes for the VCL compiler. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@82 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/include/libvcl.h b/varnish-cache/include/libvcl.h new file mode 100644 index 00000000..5e0e5557 --- /dev/null +++ b/varnish-cache/include/libvcl.h @@ -0,0 +1,9 @@ +/* + * $Id$ + */ + +char *VCL_Compile(struct sbuf *sb, const char *b, const char *e); +char *VCL_CompileFile(struct sbuf *sb, const char *fn); +void VCL_InitCompile(void); + +