mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove function prototype that has since moved to libnetutil
This commit is contained in:
parent
77fcbeca27
commit
a292d37997
1 changed files with 0 additions and 3 deletions
3
tcpip.h
3
tcpip.h
|
|
@ -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*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue