summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsprog.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-11-21 16:20:30 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-11-21 16:20:30 +0000
commit24ae1eb837a8bb677dd453e04d69f366f2a990f3 (patch)
tree824fb3a3918b5a9f0248786948eb7797ba308d14 /usr.bin/rcs/rcsprog.h
parent0d73ecfdaec0cb177f249635d82d7db9568a689c (diff)
enable `-xsuffixes' support as it has been added a few days ago
in rcs_statfile(); niallo ok
Diffstat (limited to 'usr.bin/rcs/rcsprog.h')
-rw-r--r--usr.bin/rcs/rcsprog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcsprog.h b/usr.bin/rcs/rcsprog.h
index 5e9c0f979fb..bfd0603e11b 100644
--- a/usr.bin/rcs/rcsprog.h
+++ b/usr.bin/rcs/rcsprog.h
@@ -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 <joris@openbsd.org>
* All rights reserved.
@@ -53,6 +53,7 @@ extern int pipeout;
extern int rcs_optind;
extern char *rcs_optarg;
+extern char *rcs_suffixes;
extern char *rcs_tmpdir;
/* date.y */