Give unit_map() internal linkage

This commit is contained in:
Markus Armbruster 2008-02-22 21:53:24 +01:00
parent 8745929ea7
commit dd2d2d361a
2 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,8 @@
#include "xy.h"
static int bmnxtsct(struct nstr_sect *);
static char map_char(int type, natid own, int owner_or_god);
static char map_char(int, natid, int);
static int unit_map(int, int, struct nstr_sect *, char *);
int
do_map(int bmap, int unit_type, char *arg, char *map_flags_arg)
@ -341,7 +342,7 @@ map_char(int type, natid own, int owner_or_god)
return '?';
}
int
static int
unit_map(int unit_type, int uid, struct nstr_sect *nsp, char *originp)
{
struct empobj *gp;