summaryrefslogtreecommitdiff
path: root/src/version.map
diff options
context:
space:
mode:
author李佳 <[email protected]>2024-07-10 06:58:33 +0000
committerlijia <[email protected]>2024-07-17 16:29:42 +0800
commit60b96b10eb985d13ef6df0f4fc525074e7128325 (patch)
tree5b5b833295c37ae52c02eb9ccccc4dfa5598a377 /src/version.map
Initial commitv1.0.2
Diffstat (limited to 'src/version.map')
-rw-r--r--src/version.map10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/version.map b/src/version.map
new file mode 100644
index 0000000..db590f0
--- /dev/null
+++ b/src/version.map
@@ -0,0 +1,10 @@
+VERS_3.0{
+global:
+ extern "C" {
+ QUIC_ONLOAD;
+ QUIC_UNLOAD;
+ quic_version_int2string;
+ quic_message_*;
+ };
+ local: *;
+};