diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c index 19f10b1..8cf1bf4 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c | |||
@@ -69,6 +69,7 @@ | |||
69 | #include "utils.h" | 69 | #include "utils.h" |
70 | 70 | ||
71 | int process_arguments (int, char **); | 71 | int process_arguments (int, char **); |
72 | const char *progname = "check_game"; | ||
72 | 73 | ||
73 | #define QSTAT_DATA_DELIMITER "," | 74 | #define QSTAT_DATA_DELIMITER "," |
74 | 75 | ||
@@ -291,3 +292,8 @@ process_arguments (int argc, char **argv) | |||
291 | 292 | ||
292 | return OK; | 293 | return OK; |
293 | } | 294 | } |
295 | |||
296 | void print_usage (void) | ||
297 | { | ||
298 | return STATE_OK; | ||
299 | } | ||