summaryrefslogtreecommitdiff
path: root/other/b-scan/tmp/include/bscan/dcd_icmp.h
blob: 215d0c8874001a9d3727eed0ad449d8954363e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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