diff options
author | ildar-khisam <ildar-khisam@yandex-team.ru> | 2022-06-30 15:40:30 +0300 |
---|---|---|
committer | ildar-khisam <ildar-khisam@yandex-team.ru> | 2022-06-30 15:40:30 +0300 |
commit | e4884481e0ccc5666bc1459861b14a554db5ff0e (patch) | |
tree | a6b96fdc89f1ad643651f54ddf6f0b3feab6a62c /contrib/libs/protobuf_std/src/libprotobuf.map | |
parent | 440977732ef32276b0f5833d6ee39cb5970a50bc (diff) | |
download | ydb-e4884481e0ccc5666bc1459861b14a554db5ff0e.tar.gz |
support StreamRead
support StreamRead
ref:fbec54b174e7a21cbebc6a720d0b772cd79880a4
Diffstat (limited to 'contrib/libs/protobuf_std/src/libprotobuf.map')
-rw-r--r-- | contrib/libs/protobuf_std/src/libprotobuf.map | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/libs/protobuf_std/src/libprotobuf.map b/contrib/libs/protobuf_std/src/libprotobuf.map new file mode 100644 index 0000000000..3915546694 --- /dev/null +++ b/contrib/libs/protobuf_std/src/libprotobuf.map @@ -0,0 +1,9 @@ +{ + global: + extern "C++" { + *google*; + }; + + local: + *; +}; |