]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/mark.c
commands: Rename the command functions
[empserver] / src / lib / commands / mark.c
index 675f9084b8d4702621c1252bd4b93d5d0776de61..284f310a98c4d07c8f0ce9a4a37c41bb8bedff40 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2015, 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
@@ -41,7 +41,7 @@
 #include "optlist.h"
 
 int
-mark(void)
+c_market(void)
 {
     char buf[1024];
     char *p;
@@ -95,7 +95,7 @@ display_mark(i_type only_itype, int only_cheapest)
     int cheapest_items[I_MAX + 1];
     i_type i;
 
-    /* Execute trades so report lists only lots that are still available.  */
+    /* Execute trades so report lists only lots that are still available. */
     check_market();
     check_trade();