]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/miss.c
commands: Rename the command functions
[empserver] / src / lib / commands / miss.c
index 23b620588acee13ee9450420c1198f891707509b..b36e692e2ac13aa4cee869acab4dcc4026f90b71 100644 (file)
@@ -45,7 +45,7 @@ static int show_mission(struct nstr_item *);
  *  mission <type> <planes/ships/units> <mission type> <op sector> [<radius>]
  */
 int
-mission(void)
+c_mission(void)
 {
     static int ef_with_missions[] = { EF_SHIP, EF_LAND, EF_PLANE, EF_BAD };
     char *p;