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