]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/real.c
commands: Rename the command functions
[empserver] / src / lib / commands / real.c
index 39debaa286d2193708c21b827744ab3c1ef4c5f2..ff5f3165a4f1faa230c4dc417c6284b148f8a1a7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2020, 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
@@ -47,7 +47,7 @@ list_realm(int curr, struct natstr *natp)
 }
 
 int
-real(void)
+c_realm(void)
 {
     struct realmstr realm;
     struct natstr *natp;