1 #ifndef DISPLAY_H
2 #define DISPLAY_H
3 
4 int display_dhcp_packet( DHCPMESSAGE *, DHCPOPTIONS *);
5 
6 #endif
7