From: Ted Lemon Date: Wed, 11 Sep 1996 05:53:06 +0000 (+0000) Subject: Add argument to cons_options; clean up some old junk X-Git-Tag: BETA_5_10~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b39db2ce43cf7c1ff3813944417e7a22f71df3;p=thirdparty%2Fdhcp.git Add argument to cons_options; clean up some old junk --- diff --git a/dhcpd.h b/dhcpd.h index a966170ca..7a367028e 100644 --- a/dhcpd.h +++ b/dhcpd.h @@ -257,13 +257,9 @@ typedef unsigned char option_mask [16]; void parse_options PROTO ((struct packet *)); void parse_option_buffer PROTO ((struct packet *, unsigned char *, int)); void cons_options PROTO ((struct packet *, struct packet *, - struct tree_cache **, int)); -/* void new_cons_options PROTO ((struct packet *, struct packet *, - struct tree_cache **, int)); */ + struct tree_cache **, int, int)); int store_options PROTO ((unsigned char *, int, struct tree_cache **, - unsigned char *, int, int, int)); -/* int store_option PROTO ((struct tree_cache **, unsigned char, - unsigned char *, int, int *)); */ + unsigned char *, int, int, int, int)); char *pretty_print_option PROTO ((unsigned char, unsigned char *, int)); /* errwarn.c */ diff --git a/includes/dhcpd.h b/includes/dhcpd.h index a966170ca..7a367028e 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -257,13 +257,9 @@ typedef unsigned char option_mask [16]; void parse_options PROTO ((struct packet *)); void parse_option_buffer PROTO ((struct packet *, unsigned char *, int)); void cons_options PROTO ((struct packet *, struct packet *, - struct tree_cache **, int)); -/* void new_cons_options PROTO ((struct packet *, struct packet *, - struct tree_cache **, int)); */ + struct tree_cache **, int, int)); int store_options PROTO ((unsigned char *, int, struct tree_cache **, - unsigned char *, int, int, int)); -/* int store_option PROTO ((struct tree_cache **, unsigned char, - unsigned char *, int, int *)); */ + unsigned char *, int, int, int, int)); char *pretty_print_option PROTO ((unsigned char, unsigned char *, int)); /* errwarn.c */