MFp4: @229469:
Garbage-collect dead prototypes. Reviewed by: brooks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
476d9314d6
commit
181ab08d9e
@ -413,12 +413,6 @@ ssize_t decode_hw_header(unsigned char *, int, struct hardware *);
|
||||
ssize_t decode_udp_ip_header(unsigned char *, int, struct sockaddr_in *,
|
||||
unsigned char *, int);
|
||||
|
||||
/* ethernet.c */
|
||||
void assemble_ethernet_header(struct interface_info *, unsigned char *,
|
||||
int *, struct hardware *);
|
||||
ssize_t decode_ethernet_header(struct interface_info *, unsigned char *,
|
||||
int, struct hardware *);
|
||||
|
||||
/* clparse.c */
|
||||
int read_client_conf(void);
|
||||
void read_client_leases(void);
|
||||
|
@ -55,11 +55,6 @@ __FBSDID("$FreeBSD$");
|
||||
u_int32_t checksum(unsigned char *, unsigned, u_int32_t);
|
||||
u_int32_t wrapsum(u_int32_t);
|
||||
|
||||
void assemble_ethernet_header(struct interface_info *, unsigned char *,
|
||||
int *, struct hardware *);
|
||||
ssize_t decode_ethernet_header(struct interface_info *, unsigned char *,
|
||||
int bufix, struct hardware *);
|
||||
|
||||
u_int32_t
|
||||
checksum(unsigned char *buf, unsigned nbytes, u_int32_t sum)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user