diff options
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index 84006b46133..14b8241437c 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.121 2006/11/14 09:49:52 xsa Exp $ */ +/* $OpenBSD: cvs.h,v 1.122 2006/11/14 15:39:41 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -175,6 +175,8 @@ struct cvs_var { TAILQ_ENTRY(cvs_var) cv_link; }; +TAILQ_HEAD(, cvs_var) cvs_variables; + #define CVS_ROOT_CONNECTED 0x01 struct cvsroot { |