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

7 lines
76 B
C

#ifndef TEST_COMMANDS
int close_command_file(void)
{ return OK; }
#endif