1 #ifndef PARSER_H 2 #define PARSER_H 3 4 int parse_dhcp_options( DHCPMESSAGE *, DHCPOPTIONS *); 5 int process_dhcp_packet( DHCPMESSAGE *, DHCPOPTIONS *); 6 int write_packet( DHCPMESSAGE *, char *); 7 8 #endif 9
1 #ifndef PARSER_H 2 #define PARSER_H 3 4 int parse_dhcp_options( DHCPMESSAGE *, DHCPOPTIONS *); 5 int process_dhcp_packet( DHCPMESSAGE *, DHCPOPTIONS *); 6 int write_packet( DHCPMESSAGE *, char *); 7 8 #endif 9