[master] 0c84225 Add some missing API exports to the .map file
    Martin Blix Grydeland 
    martin at varnish-software.com
       
    Fri Nov 29 14:44:11 CET 2013
    
    
  
commit 0c842250665f54d5dec23b44218c0c4380bbe9e9
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Fri Nov 29 14:43:25 2013 +0100
    Add some missing API exports to the .map file
diff --git a/lib/libvarnishapi/libvarnishapi.map b/lib/libvarnishapi/libvarnishapi.map
index 2abb178..9c3ba18 100644
--- a/lib/libvarnishapi/libvarnishapi.map
+++ b/lib/libvarnishapi/libvarnishapi.map
@@ -118,6 +118,9 @@ LIBVARNISHAPI_1.3 {
 	VSL_Glob2Tags;
 	VSL_List2Tags;
 	VSM_N_Arg;
+	VSL_Check;
+	VSL_ResetCursor;
 	# Variables:
 	VSLQ_grouping;
+	VSL_tagflags;
 } LIBVARNISHAPI_1.0;
    
    
More information about the varnish-commit
mailing list