]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/thre.c
commands: Rename the command functions
[empserver] / src / lib / commands / thre.c
index 44503308b6e92dc0c56d74aff3dda14f38a79aef..d52fb2b4952fc338f15783da2dc4b5026f1c1288 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2018, 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
@@ -40,7 +40,7 @@
  * threshold <COMM> <SECTS> <THRESH>
  */
 int
-thre(void)
+c_threshold(void)
 {
     struct sctstr sect;
     struct nstr_sect nstr;