Move show_mission() to sole caller, give it internal linkage

This commit is contained in:
Markus Armbruster 2008-11-22 15:02:18 -05:00
parent c1b76a1a2f
commit 7ac151acac
3 changed files with 44 additions and 43 deletions

View file

@ -486,7 +486,6 @@ extern int def_support(coord, coord, natid, natid);
extern int oprange(struct empobj *, int);
extern int in_oparea(struct empobj *, coord, coord);
extern int cando(int, int);
extern void show_mission(int, struct nstr_item *);
extern int air_defense(coord, coord, natid, struct emp_qelem *,
struct emp_qelem *);
/* move.c */