=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.151 retrieving revision 1.152 diff -c -r1.151 -r1.152 *** src/usr.bin/cvs/cvs.h 2008/02/03 17:20:14 1.151 --- src/usr.bin/cvs/cvs.h 2008/02/03 22:50:28 1.152 *************** *** 1,4 **** ! /* $OpenBSD: cvs.h,v 1.151 2008/02/03 17:20:14 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.h,v 1.152 2008/02/03 22:50:28 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 290,295 **** --- 290,296 ---- extern struct module_checkout *current_module; extern char *module_repo_root; + extern struct ignore_head checkout_ign_pats; extern struct cvs_wklhead temp_files; extern volatile sig_atomic_t sig_received; extern volatile sig_atomic_t cvs_quit;