]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/fort.c
commands: Rename the command functions
[empserver] / src / lib / commands / fort.c
index e31956d67c9d5c423648270028dfaec073031237..2d218ca7d3b404a9c2517f1bfe6c838c74428778 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, 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
@@ -27,7 +27,7 @@
  *  fort.c: Increase the fortification value of land units
  *
  *  Known contributors to this file:
- *    Steve McClure, 1999
+ *     Steve McClure, 1999
  */
 
 #include <config.h>
@@ -37,7 +37,7 @@
 #include "optlist.h"
 
 int
-fort(void)
+c_fortify(void)
 {
     int nunits;
     struct nstr_item ni;