Makefile: Add default LDFLAGS and make it overridable
[nagios-reports-module.git] / state.h
blobfadc4165fdafe3a810c9ac25919fa0d3a7faaabf
1 #include "nagios/nebstructs.h"
2 extern int state_init(void);
3 extern int host_has_new_state(nebstruct_host_check_data *ds);
4 extern int service_has_new_state(nebstruct_service_check_data *ds);