]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/mine.c
commands: Rename the command functions
[empserver] / src / lib / commands / mine.c
index 15c699478cb5161a0a8a888b84693dcb1e508e7a..20966fbeb70b613f91d54015523f69bd0a3eb5fc 100644 (file)
@@ -41,7 +41,7 @@
  * format: mine <SHIPS> <NUMBER MINES>
  */
 int
-mine(void)
+c_mine(void)
 {
     struct shpstr ship;
     struct sctstr sect;
@@ -88,7 +88,7 @@ mine(void)
  * format: landmine <UNITS> <NUMBER MINES>
  */
 int
-landmine(void)
+c_lmine(void)
 {
     struct lndstr land;
     struct sctstr sect;