summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e200689)
raw | patch | inline | side by side (parent: e200689)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Thu, 16 Jan 2003 06:28:23 +0000 (06:28 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Thu, 16 Jan 2003 06:28:23 +0000 (06:28 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@247 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_game.c | patch | blob | history |
diff --git a/plugins/check_game.c b/plugins/check_game.c
index 19f10b120cd9e7410b8ce72488f37f652dbc4427..8cf1bf4290ab9e469dc1152150afef5ba73184e2 100644 (file)
--- a/plugins/check_game.c
+++ b/plugins/check_game.c
#include "utils.h"
int process_arguments (int, char **);
+const char *progname = "check_game";
#define QSTAT_DATA_DELIMITER ","
return OK;
}
+
+void print_usage (void)
+{
+ return STATE_OK;
+}