patch-arp_h 345 B

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