]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/sstat.c
commands: Rename the command functions
[empserver] / src / lib / commands / sstat.c
index 2b2ed48178f62fdd9e799b0c5e315fcb060d5a50..8913842927b903f504bedefafa631af019fa1714 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2014, 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 "ship.h"
 
 int
-sstat(void)
+c_sstat(void)
 {
     int nships;
     struct nstr_item ni;