=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diff.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/diff/diff.h 2003/07/04 17:37:07 1.13 --- src/usr.bin/diff/diff.h 2003/07/04 17:50:24 1.14 *************** *** 1,4 **** ! /* $OpenBSD: diff.h,v 1.13 2003/07/04 17:37:07 millert Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. --- 1,4 ---- ! /* $OpenBSD: diff.h,v 1.14 2003/07/04 17:50:24 millert Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. *************** *** 60,66 **** #define D_NREVERSE 5 /* Reverse ed script with numbered lines and no trailing . */ ! extern int aflag, bflag, iflag, lflag, rflag, sflag, tflag, wflag; extern char *start, *ifdefname; extern int opt, wantelses, context, status, anychange; extern char *tempfiles[], **diffargv; --- 60,66 ---- #define D_NREVERSE 5 /* Reverse ed script with numbered lines and no trailing . */ ! extern int aflag, bflag, iflag, rflag, sflag, tflag, wflag; extern char *start, *ifdefname; extern int opt, wantelses, context, status, anychange; extern char *tempfiles[], **diffargv;