libtt: Change to ANSI function definitions
This commit is contained in:
@@ -63,9 +63,7 @@ static char sccsid[] = "@(#)isdelrec.c 1.8 89/07/17 Copyr 1988 Sun Micro";
|
||||
*/
|
||||
|
||||
int
|
||||
isdelrec(isfd, recnum)
|
||||
int isfd;
|
||||
long recnum;
|
||||
isdelrec(int isfd, long recnum)
|
||||
{
|
||||
int _amdelrec();
|
||||
register Fab *fab;
|
||||
|
||||
Reference in New Issue
Block a user