Use ANSI prototype for foldit().

This commit is contained in:
delphij 2009-12-13 04:14:55 +00:00
parent 5973f2f3f4
commit 9106a674a7

View File

@ -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;