fix some 'extern function()' declaration

Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
This commit is contained in:
SASANO Takayoshi 2023-12-09 22:35:07 +09:00 • committed by Masanori Ogino
commit 9d9d49ea29
8 changed files with 11 additions and 13 deletions

View file

@ -116,7 +116,7 @@ static char stopc = CTRL('s');
static char startc = CTRL('q');
static char outbuf[BUFSIZ];
extern int slave;
extern char *slave_name, *ptsname();
extern char *slave_name, *ptsname(int);
output_master()
{