From: Markus Armbruster Date: Mon, 10 May 2004 20:20:50 +0000 (+0000) Subject: Should have been committed yesterday, together with sona.c. X-Git-Tag: v4.2.15~20 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=b665d57de120e23f6dec8ce6d82a9484da348d9f Should have been committed yesterday, together with sona.c. --- diff --git a/include/prototypes.h b/include/prototypes.h index ea92ef95c..7def4d6f5 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 *);