]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/rada.c
commands: Rename the command functions
[empserver] / src / lib / commands / rada.c
index f35f3fb6bffd4bd7bc7af63d68be46fdcec66128..9d08255e696d5d16ac0e5a9e1508f2a761a7faf9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2015, 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
 #include "unit.h"
 
 int
-rada(void)
+c_radar(void)
 {
     return radar(EF_SHIP);
 }
 
 int
-lrad(void)
+c_lradar(void)
 {
     return radar(EF_LAND);
 }