diff options
Diffstat (limited to 'src/version.map')
| -rw-r--r-- | src/version.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.map b/src/version.map index 4b8c6d0..be433c2 100644 --- a/src/version.map +++ b/src/version.map @@ -3,8 +3,8 @@ global: extern "C" { http_message_*; http_decoder_init; - http_decoder_entry; http_decoder_exit; + http_decoder_tcp_stream_msg_cb; }; local: *; };
\ No newline at end of file |
