]> err.no Git - varnish/commitdiff
Forgot to add this one. Prototypes for the VCL compiler.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 27 Mar 2006 14:11:22 +0000 (14:11 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 27 Mar 2006 14:11:22 +0000 (14:11 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@82 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/libvcl.h [new file with mode: 0644]

diff --git a/varnish-cache/include/libvcl.h b/varnish-cache/include/libvcl.h
new file mode 100644 (file)
index 0000000..5e0e555
--- /dev/null
@@ -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);
+
+