]> git.pond.sub.org Git - empserver/commit
Don't declare things in more than one place. Move some declarations
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 20 Feb 2004 20:45:18 +0000 (20:45 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 20 Feb 2004 20:45:18 +0000 (20:45 +0000)
commitc1be5d8657bd363cf0d971f294b589cd3e739b6b
tree3a5813b03892c3ebefe3f0e625c271ada3ad2d0c
parent46da1aec7a91889e4aa137fe0f22eb2cf587b359
Don't declare things in more than one place.  Move some declarations
between headers.  Code is now fully prototyped and compiles cleanly
with gcc -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Wredundant-decls.  Closes #723788.
18 files changed:
include/combat.h
include/land.h
include/nsc.h
include/optlist.h
include/plane.h
include/prototypes.h
include/sect.h
include/server.h
include/ship.h
include/tel.h
include/trade.h
src/lib/commands/rea.c
src/lib/common/mailbox.c
src/lib/lwp/lwpint.h
src/lib/subs/wu.c
src/lib/update/anno.c
src/lib/update/main.c
src/server/shutdown.c