]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/setsect.c
commands: Rename the command functions
[empserver] / src / lib / commands / setsect.c
index 6b2b72f707166a17d646c7fcfe8eea69037f7e1e..12d89f7237f7ad57879b56c145dab96b1556cd11 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2015, 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 @@
  * format: setres thing <sect> <#>
  */
 int
-setsector(void)
+c_setsector(void)
 {
     struct sctstr sect;
     char *what;