nagios4/t-tap/stub_xodtemplate.c

6 lines
143 B
C
Raw Normal View History

2019-04-18 17:09:18 +02:00
int xodtemplate_read_config_data(const char *main_config_file, int options)
{ return OK; }
2017-05-19 23:37:19 +02:00
2019-04-18 17:09:18 +02:00
int xodtemplate_free_memory(void)
{ return OK; }