diff options
Diffstat (limited to 'usr.sbin/ipsend/common/iplang.h')
-rw-r--r-- | usr.sbin/ipsend/common/iplang.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/ipsend/common/iplang.h b/usr.sbin/ipsend/common/iplang.h index a7a13f91503..e52fd4be33f 100644 --- a/usr.sbin/ipsend/common/iplang.h +++ b/usr.sbin/ipsend/common/iplang.h @@ -1,5 +1,7 @@ +/* $OpenBSD: iplang.h,v 1.2 2001/01/17 06:01:25 fgsch Exp $ */ + /* - * Copyright (C) 1997 by Darren Reed. + * Copyright (C) 1997-1998 by Darren Reed. * * Redistribution and use in source and binary forms are permitted * provided that this notice is preserved and due credit is given @@ -49,3 +51,6 @@ typedef struct aniphdr { #define ah_tcp ah_un.ahu_tcp #define ah_udp ah_un.ahu_udp #define ah_icmp ah_un.ahu_icmp + +extern int get_arpipv4 __P((char *, char *)); + |