=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsprog.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/rcs/rcsprog.h 2005/11/16 15:10:32 1.21 +++ src/usr.bin/rcs/rcsprog.h 2005/11/21 16:20:29 1.22 @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.h,v 1.21 2005/11/16 15:10:32 xsa Exp $ */ +/* $OpenBSD: rcsprog.h,v 1.22 2005/11/21 16:20:29 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -53,6 +53,7 @@ extern int rcs_optind; extern char *rcs_optarg; +extern char *rcs_suffixes; extern char *rcs_tmpdir; /* date.y */