From b665d57de120e23f6dec8ce6d82a9484da348d9f Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 10 May 2004 20:20:50 +0000 Subject: [PATCH] Should have been committed yesterday, together with sona.c. --- include/prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/prototypes.h b/include/prototypes.h index ea92ef95..7def4d6f 100644 --- a/include/prototypes.h +++ b/include/prototypes.h @@ -74,7 +74,7 @@ extern int scuttle_tradeship(struct shpstr *, int); extern void scuttle_ship(struct shpstr *); extern void resnoise(struct sctstr *sptr, int public_amt, s_char *name, int old, int new); -extern int line_of_sight(s_char **rad, int ax, int ay, int bx, int by); +extern int line_of_sight(char **rad, int ax, int ay, int bx, int by); extern void plane_sona(struct emp_qelem *, int, int, struct shiplook *); extern int tend_nxtitem(struct nstr_item *, caddr_t); extern s_char *prsub(struct shpstr *);