]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/plan.c
commands: Rename the command functions
[empserver] / src / lib / commands / plan.c
index cd213698ad9422720c534a33a9e427b26b7f0b7d..470f858e92d319ce7b1f5e33c294ece35932a50e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2017, 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
@@ -39,7 +39,7 @@
 #include "plane.h"
 
 int
-plan(void)
+c_plane(void)
 {
     int nplanes, noff;
     struct nstr_item np;