#ifndef _SCANNER_H_ #define _SCANNER_H_ int pkt_send(struct in_addr *dstip, unsigned int dstport, char *buf, unsigned int size); int scanner_init(); #endif /* _SCANNER_H_ */