Rename plane_caps() to pln_caps() and give it external linkage
This commit is contained in:
parent
fa03ba9aad
commit
f760150d8f
3 changed files with 22 additions and 19 deletions
|
@ -545,6 +545,7 @@ extern void pln_dropoff(struct emp_qelem *, struct ichrstr *,
|
|||
coord, coord, int);
|
||||
extern void pln_mine(struct emp_qelem *, coord, coord);
|
||||
extern int pln_capable(struct plnstr *, int, int);
|
||||
extern int pln_caps(struct emp_qelem *);
|
||||
extern int pln_airbase_ok(struct plnstr *, int, int);
|
||||
extern int carrier_planes(struct shpstr *, int);
|
||||
extern void pln_sel(struct nstr_item *, struct emp_qelem *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue