summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/worklist.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/worklist.h')
-rw-r--r--usr.bin/cvs/worklist.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/cvs/worklist.h b/usr.bin/cvs/worklist.h
index e73a14f59c4..8e0dee01674 100644
--- a/usr.bin/cvs/worklist.h
+++ b/usr.bin/cvs/worklist.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: worklist.h,v 1.3 2006/03/15 18:24:43 deraadt Exp $ */
+/* $OpenBSD: worklist.h,v 1.4 2006/04/10 19:49:44 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -40,4 +40,8 @@ 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