empserver/include
Markus Armbruster c6ec6a41c2 commands: Rename the command functions
Command functions are traditionally named like the command shortened
to four characters.  When this name collides with a keyword or library
function, we abbreviate more: brea(), rea().  A few are unabbreviated,
e.g.  execute().  A few have different names, e.g. explain(), not
list().

Commit 23726b379 (v4.3.0) suppressed a GCC warning about carg()
colliding with its built-in function.

Ron Koenderink reported Microsoft Visual Studio 2019 fails to link:
"_carg already defined in ucrtd.lib(ucrtbased.dll)".

Time to clean this up: rename the functions to c_FOO(), where FOO is
the unabbreviated name of the command.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2021-01-23 08:39:14 +01:00
..
actofgod.h Update copyright notice 2021-01-23 08:39:13 +01:00
chance.h Update copyright notice 2021-01-23 08:39:13 +01:00
com.h Update copyright notice 2021-01-23 08:39:13 +01:00
combat.h Update copyright notice 2021-01-23 08:39:13 +01:00
commands.h Update copyright notice 2021-01-23 08:39:13 +01:00
commodity.h Update copyright notice 2021-01-23 08:39:13 +01:00
damage.h Update copyright notice 2021-01-23 08:39:13 +01:00
econfig-spec.h Update copyright notice 2021-01-23 08:39:13 +01:00
empio.h Update copyright notice 2021-01-23 08:39:13 +01:00
empobj.h Update copyright notice 2021-01-23 08:39:13 +01:00
empthread.h Update copyright notice 2021-01-23 08:39:13 +01:00
file.h Update copyright notice 2021-01-23 08:39:13 +01:00
fnameat.h Update copyright notice 2021-01-23 08:39:13 +01:00
game.h Update copyright notice 2021-01-23 08:39:13 +01:00
ioqueue.h Update copyright notice 2021-01-23 08:39:13 +01:00
item.h Update copyright notice 2021-01-23 08:39:13 +01:00
journal.h Update copyright notice 2021-01-23 08:39:13 +01:00
land.h Update copyright notice 2021-01-23 08:39:13 +01:00
loan.h Update copyright notice 2021-01-23 08:39:13 +01:00
lost.h Update copyright notice 2021-01-23 08:39:13 +01:00
lwp.h Update copyright notice 2021-01-23 08:39:13 +01:00
map.h Update copyright notice 2021-01-23 08:39:13 +01:00
match.h Update copyright notice 2021-01-23 08:39:13 +01:00
misc.h Update copyright notice 2021-01-23 08:39:13 +01:00
mission.h Update copyright notice 2021-01-23 08:39:13 +01:00
nat.h Update copyright notice 2021-01-23 08:39:13 +01:00
news.h Update copyright notice 2021-01-23 08:39:13 +01:00
nsc.h Update copyright notice 2021-01-23 08:39:13 +01:00
nuke.h Update copyright notice 2021-01-23 08:39:13 +01:00
optlist.h Update copyright notice 2021-01-23 08:39:13 +01:00
path.h Update copyright notice 2021-01-23 08:39:13 +01:00
plague.h Update copyright notice 2021-01-23 08:39:13 +01:00
plane.h Update copyright notice 2021-01-23 08:39:13 +01:00
player.h Update copyright notice 2021-01-23 08:39:13 +01:00
power.h Update copyright notice 2021-01-23 08:39:13 +01:00
product.h config: Make product work independently configurable 2021-01-23 08:39:14 +01:00
proto.h Update copyright notice 2021-01-23 08:39:13 +01:00
prototypes.h commands: Rename the command functions 2021-01-23 08:39:14 +01:00
queue.h Update copyright notice 2021-01-23 08:39:13 +01:00
retreat.h retreat: Drop unused parameter @code 2021-01-23 08:39:13 +01:00
sect.h Update copyright notice 2021-01-23 08:39:13 +01:00
server.h Update copyright notice 2021-01-23 08:39:13 +01:00
service.h Update copyright notice 2021-01-23 08:39:13 +01:00
ship.h Update copyright notice 2021-01-23 08:39:13 +01:00
tel.h Update copyright notice 2021-01-23 08:39:13 +01:00
testing.h commands: Rename the command functions 2021-01-23 08:39:14 +01:00
trade.h Update copyright notice 2021-01-23 08:39:13 +01:00
types.h Update copyright notice 2021-01-23 08:39:13 +01:00
unit.h Update copyright notice 2021-01-23 08:39:13 +01:00
update.h update: Give a few helpers internal linkage 2021-01-23 08:39:14 +01:00
version.h Update copyright notice 2021-01-23 08:39:13 +01:00
xdump.h Update copyright notice 2021-01-23 08:39:13 +01:00
xy.h Update copyright notice 2021-01-23 08:39:13 +01:00