Factor check_obj_ok() out of the check_*_ok()
This commit is contained in:
parent
e25ff14f0c
commit
29f6d10a34
2 changed files with 26 additions and 39 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue