Skip to content

Commit

Permalink
Fix mismatched prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffing committed Jan 1, 2024
1 parent 6e27eee commit f0e6306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elkscmd/screen/screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ extern char AnsiVersion[];
extern int flowctl;
extern int errno;
extern int sys_nerr;
extern char *MakeTermcap(void);
extern char *MakeTermcap(int aflag);
extern char *getlogin(void);
static int AttacherFinit(void);
static int SigHup(void);
Expand Down

0 comments on commit f0e6306

Please sign in to comment.