summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/rcs.h
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2006-03-07 01:40:53 +0000
committerJoris Vink <joris@cvs.openbsd.org>2006-03-07 01:40:53 +0000
commit1fefa4418ce05b837c9e670fb162a259d0c6fede (patch)
treed2001ffbff5388b23aa11218185902f40ec0708c /usr.bin/cvs/rcs.h
parente8a814a53fa228312a4794cbe232b763a0d4813c (diff)
-z support for RCS;
Diffstat (limited to 'usr.bin/cvs/rcs.h')
-rw-r--r--usr.bin/cvs/rcs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/rcs.h b/usr.bin/cvs/rcs.h
index 33595e78d90..4d0b0942997 100644
--- a/usr.bin/cvs/rcs.h
+++ b/usr.bin/cvs/rcs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.h,v 1.47 2006/03/05 14:18:56 niallo Exp $ */
+/* $OpenBSD: rcs.h,v 1.48 2006/03/07 01:40:52 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -271,4 +271,6 @@ char *rcsnum_tostr(const RCSNUM *, char *, size_t);
int rcsnum_cpy(const RCSNUM *, RCSNUM *, u_int);
int rcsnum_cmp(const RCSNUM *, const RCSNUM *, u_int);
+extern char *timezone_flag;
+
#endif /* RCS_H */