(lnd_mess): Internal linkage.
This commit is contained in:
parent
0c8c169f88
commit
9cf1713892
2 changed files with 3 additions and 2 deletions
|
@ -201,7 +201,6 @@ enum {
|
|||
extern void lnd_sweep(struct emp_qelem *, int, int, natid);
|
||||
extern int lnd_interdict(struct emp_qelem *, coord, coord, natid);
|
||||
extern void lnd_sel(struct nstr_item *, struct emp_qelem *);
|
||||
extern void lnd_mess(char *, struct llist *);
|
||||
extern int lnd_check_mines(struct emp_qelem *);
|
||||
extern double lnd_mobcost(struct lndstr *, struct sctstr *, int);
|
||||
extern char *lnd_path(int, struct lndstr *, char *);
|
||||
|
|
|
@ -53,6 +53,8 @@
|
|||
#include "optlist.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
static void lnd_mess(char *, struct llist *);
|
||||
|
||||
int
|
||||
attack_val(int combat_mode, struct lndstr *lp)
|
||||
{
|
||||
|
@ -804,7 +806,7 @@ lnd_list(struct emp_qelem *land_list)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
lnd_mess(char *str, struct llist *llp)
|
||||
{
|
||||
mpr(llp->land.lnd_own, "%s %s & stays in %s\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue