Use ANSI prototype for foldit().
This commit is contained in:
parent
5973f2f3f4
commit
9106a674a7
@ -44,9 +44,7 @@ static const char sccsid[] = "@(#)foldit.c 8.1 (Berkeley) 6/6/93";
|
||||
#include "extern.h"
|
||||
|
||||
int
|
||||
foldit(chunk, col, max)
|
||||
char *chunk;
|
||||
int col, max;
|
||||
foldit(char *chunk, int col, int max)
|
||||
{
|
||||
char *cp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user