]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/land.c
commands: Rename the command functions
[empserver] / src / lib / commands / land.c
index 9f9e2313e09ac5182f1e4dfa414d20e3dd80563f..4c298407587b1cc427debe068b3c5d7a620208de 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
@@ -37,7 +37,7 @@
 #include "land.h"
 
 int
-land(void)
+c_land(void)
 {
     int nunits, noff;
     struct nstr_item ni;