]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/reco.c
commands: Rename the command functions
[empserver] / src / lib / commands / reco.c
index c32586fd3cd427ff65ebac65cfee712f9dc328fd..21be9af38b2989656bfc269f9eedc5fad71d950b 100644 (file)
@@ -39,7 +39,7 @@
 #include "plane.h"
 
 int
-reco(void)
+c_recon(void)
 {
     int mission_flags = player->argp[0][0] == 's' ? PM_R | PM_S : PM_R;
     coord tx, ty;