]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/show.c
commands: Rename the command functions
[empserver] / src / lib / commands / show.c
index 2c4376cfeb7e99f70c52babd399b63ca9879bbeb..5addc64b0a41f661466b08ff61793335d1baebed 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2013, 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
@@ -38,7 +38,7 @@
 #include "optlist.h"
 
 int
-show(void)
+c_show(void)
 {
     char *p;
     void (*cfunc)(int);