[master] 1de0618 Flexelinting

Poul-Henning Kamp phk at FreeBSD.org
Mon Mar 5 10:09:08 UTC 2018


commit 1de06184ddb0508dfead90ada358a0dbd7407cfa
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 5 09:38:08 2018 +0000

    Flexelinting

diff --git a/bin/varnishd/cache/cache_varnishd.h b/bin/varnishd/cache/cache_varnishd.h
index 183be32..ae1ceec 100644
--- a/bin/varnishd/cache/cache_varnishd.h
+++ b/bin/varnishd/cache/cache_varnishd.h
@@ -245,6 +245,8 @@ int STV_BanInfoDrop(const uint8_t *ban, unsigned len);
 int STV_BanInfoNew(const uint8_t *ban, unsigned len);
 void STV_BanExport(const uint8_t *banlist, unsigned len);
 
+#if WITH_PERSISTENT_STORAGE
 /* storage_persistent.c */
 void SMP_Ready(void);
+#endif
 


More information about the varnish-commit mailing list