Commit 4e2bda50 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Lasse Karstensen

BAN_Compile() is private stuff.

parent 86b3fbfd
......@@ -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);
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment