[master] 756fbe2 BAN_Compile() is private stuff.
Poul-Henning Kamp
phk at FreeBSD.org
Thu Oct 22 17:40:38 CEST 2015
commit 756fbe2301a5cee50a2344cb68fcb0bbf6c43ce2
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Thu Oct 22 07:40:28 2015 +0000
BAN_Compile() is private stuff.
diff --git a/bin/varnishd/cache/cache.h b/bin/varnishd/cache/cache.h
index 742f89e..65ed081 100644
--- a/bin/varnishd/cache/cache.h
+++ b/bin/varnishd/cache/cache.h
@@ -665,7 +665,6 @@ void BAN_DestroyObj(struct objcore *oc);
int BAN_CheckObject(struct worker *, struct objcore *, struct req *);
void BAN_Reload(const uint8_t *ban, unsigned len);
struct ban *BAN_TailRef(void);
-void BAN_Compile(void);
struct ban *BAN_RefBan(struct objcore *oc, double t0, const struct ban *tail);
void BAN_TailDeref(struct ban **ban);
double BAN_Time(const struct ban *ban);
diff --git a/bin/varnishd/cache/cache_priv.h b/bin/varnishd/cache/cache_priv.h
index 7d69cfa..2423afd 100644
--- a/bin/varnishd/cache/cache_priv.h
+++ b/bin/varnishd/cache/cache_priv.h
@@ -59,6 +59,7 @@ void VBP_Init(void);
/* cache_ban.c */
void BAN_Init(void);
+void BAN_Compile(void);
void BAN_Shutdown(void);
/* cache_busyobj.c */
More information about the varnish-commit
mailing list