use full prototypes

This commit is contained in:
rsc 2005-05-07 22:42:14 +00:00
parent bb0266fe61
commit 2b6040818e
11 changed files with 23 additions and 24 deletions

View file

@ -165,7 +165,7 @@ Rune *strtorune(Rune *buf, char *s){
#define get1() n1=input(F1)
#define get2() n2=input(F2)
void
seek2()
seek2(void)
{
int n1, n2;
int top2=0;
@ -208,7 +208,7 @@ seek2()
}
}
void
seek1()
seek1(void)
{
int n1, n2;
int top1=0;