diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2015-09-22 16:11:14 +0200 |
---|---|---|
committer | Luca Deri <lucaderi@users.noreply.github.com> | 2015-09-22 16:11:14 +0200 |
commit | faf3c81be3e14628807ba10c24ff1ecdfcadc205 (patch) | |
tree | 5f1e15fce7811a074871b003f70907e8313cc43c | |
parent | b383475282c4566d33e516bdfeead2244cf3c1a1 (diff) | |
parent | a994722bb1649af2ae3014824455d72e9363faab (diff) |
Merge pull request #96 from mgigante/dbg_mgigante_freebsd81
Remove duplicated function declarations
-rw-r--r-- | src/include/ndpi_main.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h index adec3edf1..1acc5e14f 100644 --- a/src/include/ndpi_main.h +++ b/src/include/ndpi_main.h @@ -143,13 +143,6 @@ extern int ndpi_get_protocol_id_master_proto(struct ndpi_detection_module_struct u_int16_t** tcp_master_proto, u_int16_t** udp_master_proto); -extern u_int8_t ndpi_net_match(u_int32_t ip_to_check, - u_int32_t net, - u_int32_t num_bits); - -extern u_int8_t ndpi_ips_match(u_int32_t src, u_int32_t dst, - u_int32_t net, u_int32_t num_bits); - #ifdef NDPI_ENABLE_DEBUG_MESSAGES void ndpi_debug_get_last_log_function_line(struct ndpi_detection_module_struct *ndpi_struct, const char **file, const char **func, u_int32_t * line); |