]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/sstat.c
commands: Rename the command functions
[empserver] / src / lib / commands / sstat.c
index ce0a069f5ce6145a0dd2d76bb09f19fa4ce2ab40..8913842927b903f504bedefafa631af019fa1714 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 "ship.h"
 
 int
-sstat(void)
+c_sstat(void)
 {
     int nships;
     struct nstr_item ni;