mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
progname and print_usage need to be defined
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@247 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
e200689550
commit
ec1ff298a5
1 changed files with 6 additions and 0 deletions
|
|
@ -69,6 +69,7 @@
|
|||
#include "utils.h"
|
||||
|
||||
int process_arguments (int, char **);
|
||||
const char *progname = "check_game";
|
||||
|
||||
#define QSTAT_DATA_DELIMITER ","
|
||||
|
||||
|
|
@ -291,3 +292,8 @@ process_arguments (int argc, char **argv)
|
|||
|
||||
return OK;
|
||||
}
|
||||
|
||||
void print_usage (void)
|
||||
{
|
||||
return STATE_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue