1void
2chk_dce_err(
3    error_status_t ecode,
4    char * where,
5    char * why,
6    unsigned int fatal
7    );
8
9#define PROTOCOL_UDP "ncadg_ip_udp"
10#define PROTOCOL_TCP "ncacn_ip_tcp"
11#define PROTOCOL_NP  "ncacn_np"
12#define PROTOCOL_LRPC "ncalrpc"
13