Code

Code cleanup
[nagiosplug.git] / plugins / check_game.c
index 19f10b120cd9e7410b8ce72488f37f652dbc4427..8cf1bf4290ab9e469dc1152150afef5ba73184e2 100644 (file)
@@ -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;
+}