]> git.pond.sub.org Git - empserver/commit
(ef_init_srv): Add a call ef_verify() to verify game data and game
authorRon Koenderink <rkoenderink@yahoo.ca>
Wed, 30 Nov 2005 19:17:58 +0000 (19:17 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Wed, 30 Nov 2005 19:17:58 +0000 (19:17 +0000)
commit40c821d28b285c05892f2cc925c9279d105610a5
treefca8f8c0e53ee52e61d0f3ee8ad213a9c15d5b2e
parent0511565c114b9ec501c265f120acb981bd24019e
(ef_init_srv): Add a call ef_verify() to verify game data and game
configuration consistency.

(ef_verify): New.  Verifies game data and game
configuration consistency.
include/file.h
include/prototypes.h
src/lib/common/Makefile
src/lib/common/ef_verify.c [new file with mode: 0644]
src/lib/subs/fileinit.c