Update copyright date; remove old CVS keyword
[ctsim.git] / include / ezplot.h
index af9d5852be6bdba8b761828b19fb556059aabbb5..e4ca7ebfabf9794fc0c1d3e8a85518e090bc675c 100644 (file)
@@ -1,13 +1,11 @@
 /*****************************************************************************
 ** FILE IDENTIFICATION
 **
-**         Name:  ezplot.h
-**         Purpose: Header file for EZplot library
+**  Name:    ezplot.h
+**  Purpose: Header file for EZplot library
 **
 **  This is part of the CTSim program
-**  Copyright (c) 1983-2001 Kevin Rosenberg
-**
-**  $Id$
+**  Copyright (c) 1983-2009 Kevin Rosenberg
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -96,7 +94,7 @@ enum {
 
 
 struct KeywordCodeTable {
-  char* keyword;
+  const char* keyword;
   int code;
 };
 
@@ -327,7 +325,7 @@ private:
 
   bool ezcmd (const char* const comm);
   bool do_cmd(int lx);
-  void bad_option(char *opt);
+  void bad_option(const char *opt);
   void initPlotSettings();
 
   void initKeywords ();