diff options
author | Guido Falsi <mad@madpilot.net> | 2016-05-09 12:36:30 +0200 |
---|---|---|
committer | Guido Falsi <mad@madpilot.net> | 2016-05-09 12:36:30 +0200 |
commit | 3618f066bb54aae8229d7613c215a35d773a3b4f (patch) | |
tree | dd94d6fe4ef444ec458788a62dc9350844addf6b | |
parent | 5c149e0363b715c27ed5413a69a3a46b5cc7825b (diff) |
Add symbols needed by ntopng to the shared library export list.
-rw-r--r-- | libndpi.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libndpi.sym b/libndpi.sym index 933c7b0fd..07f5f6275 100644 --- a/libndpi.sym +++ b/libndpi.sym @@ -1,4 +1,6 @@ ndpi_dump_protocols +ndpi_strnstr +ndpi_detection_giveup ndpi_get_proto_name ndpi_free ndpi_guess_undetected_protocol |