libtt: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:06:47 +01:00
parent 6b09b19351
commit 020d592338
62 changed files with 275 additions and 706 deletions

View File

@@ -54,9 +54,7 @@ static char sccsid[] = "@(#)isapplmw.c 1.5 89/07/17 Copyr 1988 Sun Micro";
*/
int
_isapplmw(isfd, magicstring)
int isfd;
char *magicstring;
_isapplmw(int isfd, char *magicstring)
{
register Fab *fab;
int ret;