--- mon/src/mon_atraps.h 1999/10/22 13:54:58 1.4 +++ mon/src/mon_atraps.h 2000/09/25 12:44:33 1.6 @@ -1,7 +1,7 @@ /* * mon_atraps.h - MacOS A-Line trap definitions * - * mon (C) 1997-1999 Christian Bauer, Marc Hellwig + * mon (C) 1997-2000 Christian Bauer, Marc Hellwig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,11 +22,11 @@ #define MON_ATRAPS_H struct atrap_info { - char *name; - uint16 word; + const char *name; + unsigned short word; }; -static atrap_info atraps[] = { +static const struct atrap_info atraps[] = { {"Open" , 0xA000}, {"Close" , 0xA001}, {"Read" , 0xA002},