Factor check_obj_ok() out of the check_*_ok()

This commit is contained in:
Markus Armbruster 2012-07-01 12:06:37 +02:00
parent e25ff14f0c
commit 29f6d10a34
2 changed files with 26 additions and 39 deletions

View file

@ -388,6 +388,7 @@ extern void bsanct(void);
/* caploss.c */
extern void caploss(struct sctstr *, natid, char *);
/* check.c */
extern int check_obj_ok(struct empobj *);
extern int check_sect_ok(struct sctstr *);
extern int check_ship_ok(struct shpstr *);
extern int check_land_ok(struct lndstr *);