From 7218ffd1821da89a14e9e34a4753de6d6957ddee Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 27 Mar 2006 14:11:22 +0000 Subject: [PATCH] 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 --- varnish-cache/include/libvcl.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 varnish-cache/include/libvcl.h 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); + + -- 2.39.5