diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-25 14:22:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-25 14:22:13 +0000 |
commit | 048ca19a4cc9b79ca1672bb4e8f738411534b01a (patch) | |
tree | e1933fa84e268374d9c26574994c41a9914629a9 /sbin/dhclient/dhcpd.h | |
parent | 123d8dc46878d0a2ccfe9d5713870a5a51ffea43 (diff) |
doesn't quite make sense to have a wrapper to a wrapper to the incredible
amount of ~ 20 lines of code in their own file...
and another one bites the dust
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r-- | sbin/dhclient/dhcpd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index 9202afdcfb2..68fba116ea8 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.18 2004/02/24 17:26:43 henning Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.19 2004/02/25 14:22:12 henning Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -425,8 +425,6 @@ void dhcp(struct packet *); void cleanup(void); /* packet.c */ -u_int32_t checksum(unsigned char *, unsigned, u_int32_t); -u_int32_t wrapsum(u_int32_t); void assemble_hw_header(struct interface_info *, unsigned char *, int *, struct hardware *); void assemble_udp_ip_header(struct interface_info *, unsigned char *, |