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