]> git.pond.sub.org Git - empserver/blobdiff - include/prototypes.h
Factor check_obj_ok() out of the check_*_ok()
[empserver] / include / prototypes.h
index 7601a3eeefb52b20bf63346e7684d812de283a00..2a2c2aa21bc8c047a261a799f308edd4b2cd61e6 100644 (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 *);