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

@ -67,7 +67,7 @@ cover(x, y)
} /* End of cover */
/*****************************************************************************/
void resetbbox();
void resetbbox(int);
void
writebbox(fp, keyword, slop)

View file

@ -24,7 +24,6 @@ void error(int kind, char *mesg, unsigned int a1, unsigned int a2, unsigned int
int cat(char *file);
/*****************************************************************************/
extern int str_convert();
void
out_list(str)