1 #ifndef _NEWPARSE_H
2 # define _NEWPARSE_H
3 
4 void parse_packet(uint8_t * /* user */, const struct pcap_pkthdr * /* phdr */, const uint8_t * /* packet */);
5 
6 #endif
7