(snxtitem): s_char purge.

This commit is contained in:
Markus Armbruster 2006-04-24 18:27:31 +00:00
parent ca595ddc3b
commit 422d8e517f
2 changed files with 5 additions and 5 deletions

View file

@ -694,7 +694,7 @@ extern int shp_missile_defense(coord, coord, natid, int);
extern void shp_missdef(struct shpstr *, natid);
extern void shp_set_tech(struct shpstr *, int);
/* snxtitem.c */
extern int snxtitem(struct nstr_item *, int, s_char *);
extern int snxtitem(struct nstr_item *, int, char *);
/* snxtsct.c */
extern int snxtsct(register struct nstr_sect *, char *);
/* supply.c */