]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/improve.c
commands: Rename the command functions
[empserver] / src / lib / commands / improve.c
index a8f5227bd69de5e8aa9e4f4a2c7a568a18b62038..fa135c7b9f99735817a9af4bb9419a623c2d64a3 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
@@ -37,7 +37,7 @@
 #include "commands.h"
 
 int
-improve(void)
+c_improve(void)
 {
     struct sctintrins *incp;
     struct sctstr sect;