[master] a9e6e96 Drop VB64 prototypes from varnishapi.h too

Tollef Fog Heen tfheen at varnish-cache.org
Mon Jun 6 10:52:21 CEST 2011


commit a9e6e9667efa4ea5b565123de13dde94b4ea7e15
Author: Tollef Fog Heen <tfheen at err.no>
Date:   Mon Jun 6 10:52:13 2011 +0200

    Drop VB64 prototypes from varnishapi.h too

diff --git a/include/varnishapi.h b/include/varnishapi.h
index d220096..0e97755 100644
--- a/include/varnishapi.h
+++ b/include/varnishapi.h
@@ -262,9 +262,4 @@ int VSL_NextLog(const struct VSM_data *lh, uint32_t **pp, uint64_t *bitmap);
 int VSL_Matched(const struct VSM_data *vd, uint64_t bitmap);
 extern const char *VSL_tags[256];
 
-
-/* base64.c */
-void VB64_init(void);
-int VB64_decode(char *d, unsigned dlen, const char *s);
-
 #endif



More information about the varnish-commit mailing list