/* bscan - icmp include file */ #ifndef BS_DCD_ICMP_H #define BS_DCD_ICMP_H #define ICMP_HDRSIZE 8 const char * icmp_str (int type, int code); #endif