[Nagiosplug-checkins] CVS: nagiosplug/plugins check_game.c,1.2,1.3

Karl DeBisschop kdebisschop at users.sourceforge.net
Wed Jan 15 22:29:04 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv6229a/plugins

Modified Files:
	check_game.c 
Log Message:
progname and print_usage need to be defined

Index: check_game.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_game.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** check_game.c	13 Aug 2002 03:18:16 -0000	1.2
--- check_game.c	16 Jan 2003 06:28:23 -0000	1.3
***************
*** 70,73 ****
--- 70,74 ----
  
  int process_arguments (int, char **);
+ const char *progname = "check_game";
  
  #define QSTAT_DATA_DELIMITER 	","
***************
*** 291,293 ****
--- 292,299 ----
  
  	return OK;
+ }
+ 
+ void print_usage (void)
+ {
+ 	return STATE_OK;
  }





More information about the Commits mailing list