(play_list): player->combuf[] is user text and must be printed as
such. (ufindbreak, ufindpfx): Rename, move to pr.c, external linkage.
This commit is contained in:
parent
24672e351b
commit
ddfd5c1699
4 changed files with 41 additions and 36 deletions
|
@ -621,6 +621,7 @@ extern void PRdate(natid cn);
|
|||
extern void pr_beep(void);
|
||||
extern void mpr(int, s_char *, ...) ATTRIBUTE((format (printf, 2, 3)));
|
||||
extern void prtoascii(char *buf /* buf is message text */);
|
||||
extern int ufindpfx(char *, int);
|
||||
|
||||
/* radmap.c */
|
||||
extern int deltx(struct range *, coord);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue