(getpath): Parameter showxy makes no sense and is not used. Remove.
Get rid of s_char. Callers changed.
This commit is contained in:
parent
21a39fd9dd
commit
269913baee
8 changed files with 14 additions and 21 deletions
|
@ -56,8 +56,7 @@ extern int diroff[][2];
|
|||
extern s_char dirch[];
|
||||
|
||||
/* src/lib/subs/paths.c */
|
||||
extern s_char *getpath(s_char *, s_char *, coord, coord, int, int,
|
||||
int, int);
|
||||
extern char *getpath(char *, char *, coord, coord, int, int, int);
|
||||
extern double fcost(struct sctstr *, natid);
|
||||
extern double ncost(struct sctstr *, natid);
|
||||
extern double pathtoxy(s_char *, coord *, coord *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue