blob: cfa1445ece040d132f183c148d4566a73634913d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$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_ */
|