Add explicit function prototypes
This commit is contained in:
parent
a2161ba1b0
commit
07645647d9
41 changed files with 163 additions and 104 deletions
2
etc.c
2
etc.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue