=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsprog.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/rcs/rcsprog.h 2005/10/18 16:20:31 1.15 --- src/usr.bin/rcs/rcsprog.h 2005/10/19 00:30:22 1.16 *************** *** 1,4 **** ! /* $OpenBSD: rcsprog.h,v 1.15 2005/10/18 16:20:31 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcsprog.h,v 1.16 2005/10/19 00:30:22 joris Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. *************** *** 30,35 **** --- 30,36 ---- extern char *__progname; extern const char rcs_version[]; extern int verbose; + extern int pipeout; extern int rcs_optind; extern char *rcs_optarg;