diff options
author | Thomas Fjellstrom <thomas@fjellstrom.ca> | 2015-10-04 20:04:39 -0600 |
---|---|---|
committer | Thomas Fjellstrom <thomas@fjellstrom.ca> | 2015-10-04 20:04:39 -0600 |
commit | 6519a1e32646f8b54bacaa7b9c9abac013c3d74c (patch) | |
tree | 80c9019f8dd3dd8c37013b4badf36e737722cda6 | |
parent | a2ff20990cd22a128d260767a546c940c62ba953 (diff) |
add ndpi_malloc, ndpi_calloc and ndpi_set_detected_protocol to list of exported symbols
-rw-r--r-- | libndpi.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libndpi.sym b/libndpi.sym index 33b7cdcad..43d98f630 100644 --- a/libndpi.sym +++ b/libndpi.sym @@ -31,3 +31,6 @@ ndpi_guess_protocol_id ndpi_protocol2name ndpi_get_lower_proto ndpi_is_proto +ndpi_malloc +ndpi_calloc +ndpi_set_detected_protocol |