SCP: Expose read_line_p for potential use by library support routines
This commit is contained in:
parent
60ff3d53d9
commit
d73b626719
1 changed files with 1 additions and 0 deletions
1
scp.h
1
scp.h
|
@ -251,6 +251,7 @@ const char *sim_fmt_secs (double seconds);
|
|||
const char *sim_fmt_numeric (double number);
|
||||
const char *sprint_capac (DEVICE *dptr, UNIT *uptr);
|
||||
char *read_line (char *cptr, int32 size, FILE *stream);
|
||||
char *read_line_p (const char *prompt, char *ptr, int32 size, FILE *stream);
|
||||
void fprint_reg_help (FILE *st, DEVICE *dptr);
|
||||
void fprint_set_help (FILE *st, DEVICE *dptr);
|
||||
void fprint_show_help (FILE *st, DEVICE *dptr);
|
||||
|
|
Loading…
Add table
Reference in a new issue