]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/tran.c
commands: Rename the command functions
[empserver] / src / lib / commands / tran.c
index 843f7e2da51a3aee82c3a7ff229adae345880212..d99538b914d10b0f044da499644b11c28053a5fe 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2016, 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
@@ -45,7 +45,7 @@ static int tran_plane(void);
 static int pln_weight(struct plnstr *);
 
 int
-tran(void)
+c_transport(void)
 {
     char *what;
     char buf[1024];