]> git.pond.sub.org Git - empserver/blobdiff - include/com.h
Update copyright notice.
[empserver] / include / com.h
index 9631eb78688c84cb3ef3a60bf8511b132e4cceec..8132597e8c92e25bf418c23badfe92a6fe53d193 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2000, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2004, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -46,6 +46,6 @@ struct cmndstr {
 
 /* variables associated with this stuff */
 
-extern struct cmndstr coms[];
+extern struct cmndstr player_coms[];
 
 #endif /* _COM_H_ */