1234567891011 |
- $Id$
- --- dsniff-2.4.orig/arp.h 2001-03-15 09:27:08.000000000 +0100
- +++ dsniff-2.4/arp.h 2007-01-23 00:20:48.000000000 +0100
- @@ -11,6 +11,6 @@
- #ifndef _ARP_H_
- #define _ARP_H_
-
- -int arp_cache_lookup(in_addr_t ip, struct ether_addr *ether);
- +int arp_cache_lookup(in_addr_t ip, struct ether_addr *ether, const char *lif);
-
- #endif /* _ARP_H_ */
|