=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.154 retrieving revision 1.155 diff -u -r1.154 -r1.155 --- src/usr.bin/cvs/cvs.h 2008/02/04 18:23:58 1.154 +++ src/usr.bin/cvs/cvs.h 2008/02/09 11:17:02 1.155 @@ -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 * All rights reserved. @@ -303,6 +303,7 @@ 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;