nagios4/t-tap/stub_sehandlers.c
2019-04-18 17:09:18 +02:00

17 lines
291 B
C

int obsessive_compulsive_host_check_processor(host *hst)
{ return OK; }
int obsessive_compulsive_service_check_processor(service *svc)
{ return OK; }
#ifndef TEST_CHECKS_C
int handle_host_event(host *hst)
{ return OK; }
int handle_service_event(service *svc)
{ return OK; }
#endif