=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/worklist.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/cvs/worklist.h 2006/03/15 18:24:43 1.3 --- src/usr.bin/cvs/worklist.h 2006/04/10 19:49:44 1.4 *************** *** 1,4 **** ! /* $OpenBSD: worklist.h,v 1.3 2006/03/15 18:24:43 deraadt Exp $ */ /* * Copyright (c) 2006 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: worklist.h,v 1.4 2006/04/10 19:49:44 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * All rights reserved. *************** *** 39,43 **** --- 39,47 ---- void cvs_worklist_clean(struct cvs_wklhead *, void (*cb)(struct cvs_worklist *)); void cvs_worklist_unlink(struct cvs_worklist *); + + #if defined(RCSPROG) + extern struct cvs_wklhead rcs_temp_files; + #endif #endif