mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[DHCPCSVC] Eliminate unused code and associated parameters
This is mostly the same as OpenBSD commit b4e4f16f2ae0ddf1e786bb12c99b8c51170a1a33
This commit is contained in:
parent
a3e870be51
commit
15a828c86d
3 changed files with 13 additions and 65 deletions
|
@ -282,7 +282,7 @@ struct hash_table {
|
|||
|
||||
/* options.c */
|
||||
int cons_options(struct packet *, struct dhcp_packet *, int,
|
||||
struct tree_cache **, int, int, int, u_int8_t *, int);
|
||||
struct tree_cache **);
|
||||
char *pretty_print_option(unsigned int,
|
||||
unsigned char *, int, int, int);
|
||||
void do_packet(struct interface_info *, struct dhcp_packet *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue