(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.
This commit is contained in:
Ron Koenderink 2005-11-30 19:17:58 +00:00
parent 0511565c11
commit 40c821d28b
5 changed files with 162 additions and 6 deletions

View file

@ -285,6 +285,8 @@ extern int check_loan_ok(struct lonstr *);
extern int check_trade_ok(struct trdstr *);
/* ef_load.c */
/* in file.h */
/* ef_verify.c */
/* in file.h */
/* fsize.c */
extern int fsize(int);
extern int blksize(int);