utils/*.c: K&R conversion to ANSI

This commit is contained in:
Darryl L. Miles
2025-01-06 16:14:34 +00:00
parent 07f9bbe1fb
commit d9cfd64d60
7 changed files with 139 additions and 148 deletions
+4 -4
View File
@@ -53,10 +53,10 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/
*/
char *
ArgStr(pargc, pargv, argType)
int *pargc;
char ***pargv;
const char *argType;/* For error messages: what the following string is
ArgStr(
int *pargc,
char ***pargv,
const char *argType)/* For error messages: what the following string is
* supposed to be interpreted as.
*/
{