]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/buil.c
commands: Rename the command functions
[empserver] / src / lib / commands / buil.c
index 58651046fe96e9bde5f68fbb88f7e8ec391c9e74..02888f9369a161cf90cb65ad537e692e6c4b6192 100644 (file)
@@ -65,7 +65,7 @@ static int build_can_afford(double, int, char *);
  * build <WHAT> <SECTS> <TYPE|DIR|MEG> [NUMBER]
  */
 int
-buil(void)
+c_build(void)
 {
     struct natstr *natp = getnatp(player->cnum);
     int tlev = (int)natp->nat_level[NAT_TLEV];