blob: 7eda547350930d9f1d88c11cb0a4bd0b7233ba3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
VERS_3.0{
global:
extern "C" {
*swarmkv_*;
*SWARMKV_VERSION_*;
*sds*;
json2keyslots;
keyslots2json;
http_blocking_request;
json2leader;
json2nodes;
key_hash_slot;
};
local: *;
};
|