2017-05-19 22:22:40 +02:00
|
|
|
/* Stub for base/notifications.c */
|
|
|
|
int service_notification(service *svc, int type, char *not_author, char *not_data, int options) {}
|
|
|
|
int host_notification(host *hst, int type, char *not_author, char *not_data, int options) {}
|
2017-05-19 23:37:19 +02:00
|
|
|
time_t get_next_host_notification_time(host *temp_host, time_t time_t1) { return (time_t)0; }
|
|
|
|
time_t get_next_service_notification_time(service *temp_service, time_t time_t1) { return (time_t)0; }
|