]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/rada.c
commands: Rename the command functions
[empserver] / src / lib / commands / rada.c
index d851f7ff8c0744829fca800276374a1212203804..9d08255e696d5d16ac0e5a9e1508f2a761a7faf9 100644 (file)
 #include "unit.h"
 
 int
-rada(void)
+c_radar(void)
 {
     return radar(EF_SHIP);
 }
 
 int
-lrad(void)
+c_lradar(void)
 {
     return radar(EF_LAND);
 }