diff options
author | Campus <fci1908@gmail.com> | 2018-08-23 11:22:21 +0200 |
---|---|---|
committer | Campus <fci1908@gmail.com> | 2018-08-23 11:22:21 +0200 |
commit | ff83bfbad073c106b41ace67cf828d6982d29635 (patch) | |
tree | aa339c2ca95ebdfee4ec8380f0003282f199344d /src/lib/ndpi_main.c | |
parent | 89b3b085afa1e115d63149031a1bc897dcc52b4d (diff) |
ADD: add prototype of function ht_free in hash.h - DEL: delete include file .c in ndpi_main.c
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index b00212651..55af168e8 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -43,9 +43,9 @@ #include "ndpi_content_match.c.inc" #include "third_party/include/ndpi_patricia.h" -#include "third_party/src/ndpi_patricia.c" +/* #include "third_party/src/ndpi_patricia.c" */ #include "third_party/include/hash.h" -#include "third_party/src/hash.c" +/* #include "third_party/src/hash.c" */ #ifdef HAVE_HYPERSCAN #include <hs/hs.h> |