diff options
author | "Vladimir N. Oleynik" | 2005-09-23 11:25:29 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2005-09-23 11:25:29 +0000 |
commit | b628409b1e18aa6cdcf485077a3a64276e817db9 (patch) | |
tree | 70ecbe991cb076b240d290633cb5e44ef1879cb5 /networking/udhcp/packet.h | |
parent | 53ad366fe73b3598af6cfd133357a9ceb643c167 (diff) | |
download | busybox-b628409b1e18aa6cdcf485077a3a64276e817db9.zip busybox-b628409b1e18aa6cdcf485077a3a64276e817db9.tar.gz |
more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS
Diffstat (limited to 'networking/udhcp/packet.h')
-rw-r--r-- | networking/udhcp/packet.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/networking/udhcp/packet.h b/networking/udhcp/packet.h index b2be5d7..f5859e8 100644 --- a/networking/udhcp/packet.h +++ b/networking/udhcp/packet.h @@ -29,12 +29,6 @@ struct udp_dhcp_packet { struct dhcpMessage data; }; -#define init_header udhcp_init_header -#define get_packet udhcp_get_packet -#define checksum udhcp_checksum -#define raw_packet udhcp_raw_packet -#define kernel_packet udhcp_kernel_packet - void init_header(struct dhcpMessage *packet, char type); int get_packet(struct dhcpMessage *packet, int fd); uint16_t checksum(void *addr, int count); |