]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/load.c
commands: Rename the command functions
[empserver] / src / lib / commands / load.c
index 0cae81bc70a29eaf46c195c717e97119b7980ce6..b3e9b60c1e4899945e214a21b44312359cc61eb7 100644 (file)
@@ -61,7 +61,7 @@ static int load_comm_land(struct sctstr *sectp, struct lndstr *lp,
                          int *nunitsp);
 
 int
-load(void)
+c_load(void)
 {
     int loading = **player->argp == 'l';
     int noisy;
@@ -190,7 +190,7 @@ load(void)
 }
 
 int
-lload(void)
+c_lload(void)
 {
     int loading = player->argp[0][1] == 'l';
     int noisy;