Add explicit function prototypes

This commit is contained in:
Nishi 2026-06-18 14:11:47 +09:00
commit 07645647d9
41 changed files with 163 additions and 104 deletions

2
etc.c
View file

@ -35,7 +35,7 @@ static char rehname[SHORTLENGTH * 2];
extern char* cur_serv;
static int dcflag = 0;
void disp_version();
void disp_version(int c);
int exec_etc(int key)
{
unsigned short row, col;