r82 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Mon Mar 27 16:11:22 CEST 2006


Author: phk
Date: 2006-03-27 16:11:22 +0200 (Mon, 27 Mar 2006)
New Revision: 82

Added:
   trunk/varnish-cache/include/libvcl.h
Log:
Forgot to add this one.  Prototypes for the VCL compiler.


Added: trunk/varnish-cache/include/libvcl.h
===================================================================
--- trunk/varnish-cache/include/libvcl.h	2006-03-27 14:10:43 UTC (rev 81)
+++ trunk/varnish-cache/include/libvcl.h	2006-03-27 14:11:22 UTC (rev 82)
@@ -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);
+
+




More information about the varnish-commit mailing list