empserver/include
Markus Armbruster 237baffca9 Supply prototypes where possible. This uncovered type errors with
thread entrypoints:
(lwpSelect, shutdown_sequence): Parameters didn't match thread entry
point prototype.
(lwpEntryPoint): Arguments didn't match thread entry point prototype.

Change linkage of functions without prototype declaration to static
where possible.

Remove some superflous declarations, replace others by suitable
includes.
2004-02-17 17:59:30 +00:00
..
.cvsignore List generated files and directories that CVS doesn't ignore by 2003-10-04 14:54:09 +00:00
budg.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
com.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
combat.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
commands.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
commodity.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
common.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
damage.h Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00
deity.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
distribute.h Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00
empio.h Garbage collection to side-step sparse file descriptor problem. 2004-02-06 12:35:51 +00:00
empthread.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
event.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
file.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
gen.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
genitem.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
global.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
ioqueue.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
item.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
keyword.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
land.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
loan.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
lost.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
lwp.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
map.h (map, draw_map, MAP_HIGH): New map command flag `h' to highlight own 2004-01-21 14:54:56 +00:00
match.h Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00
misc.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
mission.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
nat.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
news.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
nsc.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
nuke.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
options.h (ROLLOVER_AVAIL, opt_ROLLOVER_AVAIL, Options, do_feed, prod, newe): 2004-01-20 16:51:43 +00:00
optlist.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
path.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
plane.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
player.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
power.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
product.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
proto.h (KILL): Off by one in fnlist[]. This is why client option -k didn't 2004-01-31 09:42:34 +00:00
prototypes.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
queue.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
retreat.h Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00
sect.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
ship.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
struct.h Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00
subs.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
tel.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
trade.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00
treaty.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
update.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
user.h Indented with src/scripts/indent-emp. 2003-09-02 20:48:48 +00:00
var.h Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00
version.h Fix the previous revision. 2004-02-10 13:57:23 +00:00
wantupd.h Import of Empire 4.2.12 2003-08-23 12:23:04 +00:00
xy.h Supply prototypes where possible. This uncovered type errors with 2004-02-17 17:59:30 +00:00