summaryrefslogtreecommitdiff
path: root/decoders/http/version.map
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-10-27 18:08:00 +0800
committerlijia <[email protected]>2024-11-08 11:23:16 +0800
commit627cfac992c52e3c7950355c0d447764056a5276 (patch)
treeafb5f8f462d964a764dbb071f5cfadad199cbe4d /decoders/http/version.map
parentd0a868591470a4a9d71a65a5d540058e72c8d92c (diff)
httpv2.0 rebase onto develop-2.0dev-http-v2.0
Diffstat (limited to 'decoders/http/version.map')
-rw-r--r--decoders/http/version.map9
1 files changed, 5 insertions, 4 deletions
diff --git a/decoders/http/version.map b/decoders/http/version.map
index a64b729..c20d021 100644
--- a/decoders/http/version.map
+++ b/decoders/http/version.map
@@ -1,11 +1,12 @@
VERS_3.0{
global:
extern "C" {
- http_message_*;
- http_decoder_init;
- http_decoder_exit;
- http_decoder_tcp_stream_msg_cb;
+ http_init;
+ http_exit;
+ http_subscribe_*;
+ http_get0_*;
http_url_decode;
+ http_module_to_http;
};
local: *;
}; \ No newline at end of file