]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/plan.c
commands: Rename the command functions
[empserver] / src / lib / commands / plan.c
index 95a30e643e2adffc18196378e71d523d46362737..470f858e92d319ce7b1f5e33c294ece35932a50e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 2000
- *     Markus Armbruster, 2006-2008
+ *     Markus Armbruster, 2006-2010
  */
 
 #include <config.h>
 
 #include "commands.h"
 #include "nuke.h"
-#include "optlist.h"
 #include "plane.h"
 
 int
-plan(void)
+c_plane(void)
 {
     int nplanes, noff;
     struct nstr_item np;