1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Remove function prototype that has since moved to libnetutil

This commit is contained in:
dmiller
2021-12-14 01:56:24 +00:00
parent 77fcbeca27
commit a292d37997

View File

@@ -382,8 +382,5 @@ void max_rcvbuf(int sd);
did). */
int recvtime(int sd, char *buf, int len, int seconds, int *timedout);
/* Sets a pcap filter function -- makes SOCK_RAW reads easier */
void set_pcap_filter(const char *device, pcap_t *pd, const char *bpf, ...);
#endif /*TCPIP_H*/