1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29:03 +00:00

Rename intf_get_pcap_devname to eth_get_pcap_devname to reflect its new home.

This commit is contained in:
david
2008-06-20 20:44:54 +00:00
parent b145c5549d
commit 09cc37f7f0
4 changed files with 5 additions and 4 deletions

View File

@@ -60,7 +60,6 @@ intf_t *intf_open(void);
int intf_get(intf_t *i, struct intf_entry *entry);
int intf_get_src(intf_t *i, struct intf_entry *entry, struct addr *src);
int intf_get_dst(intf_t *i, struct intf_entry *entry, struct addr *dst);
int intf_get_pcap_devname(const char *ifname, char *pcapdev, int pcapdevlen);
int intf_set(intf_t *i, const struct intf_entry *entry);
int intf_loop(intf_t *i, intf_handler callback, void *arg);
intf_t *intf_close(intf_t *i);