diff options
Diffstat (limited to 'common/include/tfe_scan.h')
| -rw-r--r-- | common/include/tfe_scan.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/include/tfe_scan.h b/common/include/tfe_scan.h index 77d6071..de93003 100644 --- a/common/include/tfe_scan.h +++ b/common/include/tfe_scan.h @@ -9,8 +9,6 @@ int tfe_scan_ip_asn(const struct tfe_stream *stream, long long *result, struct m int hit_cnt, void *logger, char **asn_server, char **asn_client); int tfe_scan_ip_location(const struct tfe_stream *stream, long long *result, struct maat_state *scan_mid, int hit_cnt, void *logger, char **location_server, char **location_client); -int tfe_scan_fqdn_cat(const struct tfe_stream *stream, long long *result, struct maat_state *scan_mid, - int hit_cnt, void *logger, int table_id); int tfe_scan_app_id(long long *result, struct maat_state *scan_mid, int hit_cnt, int app_id, int table_id); int tfe_scan_ipv4_addr(const struct tfe_stream *stream, long long *result, struct maat_state *scan_mid, int hit_cnt, struct ipaddr sapp_addr); int tfe_scan_ipv6_addr(const struct tfe_stream *stream, long long *result, struct maat_state *scan_mid, int hit_cnt, struct ipaddr sapp_addr);
\ No newline at end of file |
