=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.156 retrieving revision 1.157 diff -c -r1.156 -r1.157 *** src/usr.bin/cvs/cvs.h 2008/02/09 12:20:33 1.156 --- src/usr.bin/cvs/cvs.h 2008/02/09 12:48:23 1.157 *************** *** 1,4 **** ! /* $OpenBSD: cvs.h,v 1.156 2008/02/09 12:20:33 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.h,v 1.157 2008/02/09 12:48:23 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 286,291 **** --- 286,293 ---- TAILQ_HEAD(, cvs_ent_line) cef_ent; } CVSENTRIES; + + extern char *checkout_target_dir; extern struct module_checkout *current_module; extern char *module_repo_root;