5 #define CAT_STATE(__state, __type) ((__state | (__type << 8)))
7 extern int dt_depth_host(int type
, char *host_name
);
8 extern int dt_depth_svc(int type
, char *host_name
, char *service_description
);
9 extern int prime_initial_states(hash_table
*host_states
, hash_table
*svc_states
);