diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-02-09 11:17:03 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-02-09 11:17:03 +0000 |
commit | 319a8108a74ced030f57257e72b02186828ce97e (patch) | |
tree | 159a230e6e498880407984b209ceef6aa0dfcacd /usr.bin/cvs/cvs.h | |
parent | e5735e95479e8a02896bc562df8d76909711b07c (diff) |
Get in initial support for checkout -D. Works fine with -r support right
now.
OK joris@
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; |