]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/set.c
commands: Rename the command functions
[empserver] / src / lib / commands / set.c
index f370f06a084b42a08793032c17ff8bc73b758ee0..098808e22742a3a27cf17ecc955d31bbc380f1df 100644 (file)
@@ -47,7 +47,7 @@
  * format: set <type> <SHIP/NUKE> <PRICE>
  */
 int
-set(void)
+c_set(void)
 {
     static int ef_saleable[] = { EF_SHIP, EF_PLANE, EF_LAND, EF_NUKE, EF_BAD };
     char *p;