diff options
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index bb2a5a89e3b..7eb4ed90a4a 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.154 2008/02/04 18:23:58 tobias Exp $ */ +/* $OpenBSD: cvs.h,v 1.155 2008/02/09 11:17:02 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -303,6 +303,7 @@ extern char *cvs_rsh; extern char *cvs_tmpdir; extern char *import_repository; extern char *cvs_server_path; +extern time_t cvs_specified_date; extern char *cvs_specified_tag; extern char *cvs_directory_tag; |