xref: /netbsd-src/external/bsd/openldap/dist/libraries/liblber/liblber.vers.in (revision e670fd5c413e99c2f6a37901bb21c537fcd322d2)
1HIDDEN
2{
3  local:
4    __*;
5    _rest*;
6    _save*;
7};
8
9OPENLDAP_@OPENLDAP_LIBRELEASE@
10{
11  global:
12    ber_*;
13    der_alloc*;
14    lutil_*;
15  local: *;
16};
17
18