diff options
Diffstat (limited to 'decoders/http/version.map')
| -rw-r--r-- | decoders/http/version.map | 9 |
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 |
