summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/worklist.h
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2006-05-27 03:30:32 +0000
committerJoris Vink <joris@cvs.openbsd.org>2006-05-27 03:30:32 +0000
commit7d89f936fbdc2dd3d49c0286998836e36cc68365 (patch)
tree42e90824fb35b817279c75e6a187f7a54dc474fb /usr.bin/cvs/worklist.h
parent98bdde20935bf70a07278f2c429c1e05c676ff48 (diff)
commit the new opencvs code, i have been hacking on
this for the past 2 weeks now and it should go in at the start of the hackathon so others can help out. this code is a lot safer, smarter, faster and best of all it is actually doing what it is suppose to do! basic checkout, update, status, diff and commit are working in local mode only. there is no support for any remote setups now.
Diffstat (limited to 'usr.bin/cvs/worklist.h')
-rw-r--r--usr.bin/cvs/worklist.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/cvs/worklist.h b/usr.bin/cvs/worklist.h
index 8e0dee01674..0a3648ddb47 100644
--- a/usr.bin/cvs/worklist.h
+++ b/usr.bin/cvs/worklist.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: worklist.h,v 1.4 2006/04/10 19:49:44 joris Exp $ */
+/* $OpenBSD: worklist.h,v 1.5 2006/05/27 03:30:31 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -40,8 +40,4 @@ 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