~ubuntu-branches/ubuntu/breezy/dsniff/breezy

« back to all changes in this revision

Viewing changes to arp.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kemp
  • Date: 2004-05-23 02:09:42 UTC
  • Revision ID: james.westby@ubuntu.com-20040523020942-rhdhqmopcendhqag
Tags: 2.4b1-5
Updated build dependecies to fix the FTBFS on ia64 and Alpha.
(Closes: #249845)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#ifndef _ARP_H_
12
12
#define _ARP_H_
13
13
 
14
 
int     arp_cache_lookup(in_addr_t ip, struct ether_addr *ether);
 
14
int     arp_cache_lookup(in_addr_t ip, struct ether_addr *ether, const char* linf);
15
15
 
16
16
#endif /* _ARP_H_ */