mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-07 03:21:20 +02:00
utils/*.c: K&R conversion to ANSI
This commit is contained in:
+4
-4
@@ -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.
|
||||
*/
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user