=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/indent/args.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/indent/args.c 2001/11/19 19:02:14 1.8 --- src/usr.bin/indent/args.c 2002/02/16 21:27:47 1.9 *************** *** 1,4 **** ! /* $OpenBSD: args.c,v 1.8 2001/11/19 19:02:14 mpech Exp $ */ /* * Copyright (c) 1980, 1993 --- 1,4 ---- ! /* $OpenBSD: args.c,v 1.9 2002/02/16 21:27:47 millert Exp $ */ /* * Copyright (c) 1980, 1993 *************** *** 38,44 **** #ifndef lint /*static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: args.c,v 1.8 2001/11/19 19:02:14 mpech Exp $"; #endif /* not lint */ /* --- 38,44 ---- #ifndef lint /*static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: args.c,v 1.9 2002/02/16 21:27:47 millert Exp $"; #endif /* not lint */ /* *************** *** 157,164 **** { 0, 0, 0, 0, 0 } }; ! void scan_profile __P((FILE *)); ! void set_option __P((char *)); /* * set_profile reads $HOME/.indent.pro and ./.indent.pro and handles arguments --- 157,164 ---- { 0, 0, 0, 0, 0 } }; ! void scan_profile(FILE *); ! void set_option(char *); /* * set_profile reads $HOME/.indent.pro and ./.indent.pro and handles arguments