blob: 78300ed6d1605135c8c17eaa2c4348b0432ed151 [file] [log] [blame]
{
global:
extern "C++" {
*protobuf::*;
*substrait::*;
};
local:
extern "C++" {
# Hide symbols of glog, gflags (protobuf is made global at above).
*google::*;
fL*::FLAGS_*;
gflags_mutex_namespace::*;
glog_internal_namespace_::*;
};
};