- Rearrange reactos.dff according to rosapps rearrange.
[reactos.git] / rosapps / applications / net / dhcpd / src / include / parser.h
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