nagios4/t-tap/stub_notifications.c
2017-05-19 22:22:40 +02:00

4 lines
228 B
C

/* 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) {}