#ifndef NITPICKER_PCAP_H #define NITPICKER_PCAP_H #include extern int pcap_readloop(pcap_t*); extern void pcap_readloop_terminate( int ); #endif