]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/pdump.c
commands: Rename the command functions
[empserver] / src / lib / commands / pdump.c
index 55a3fe13cdc97dfd0469dce8287ec495dc94c4f6..1f285a65ef2f75a2868a4b3a65186f309fe858c6 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
 
 #include "commands.h"
 #include "nuke.h"
-#include "optlist.h"
 #include "plane.h"
 
 int
-pdump(void)
+c_pdump(void)
 {
     int nplanes;
     struct nstr_item np;