Commit 79536662 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Reza Naghibi

Formally expose VSB_tofile in libvarnishapi

Closes #3238

Conflicts:
    lib/libvarnishapi/libvarnishapi.map
parent c3ba03ee
/*-
* Copyright (c) 2011-2017 Varnish Software AS
* Copyright (c) 2011-2020 Varnish Software AS
* All rights reserved.
*
* Author: Tollef Fog Heen <tfheen@varnish-software.com>
......@@ -140,3 +140,11 @@ LIBVARNISHAPI_2.0 {
local:
*;
};
LIBVARNISHAPI_2.1 {
global:
# vsb.c
VSB_tofile;
local:
*;
};
\ No newline at end of file
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