summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-07-30 23:13:25 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-07-30 23:13:25 +0000
commit3f737c9d87230f8ad112b3e88272d25882a0cd18 (patch)
treef99ddfcd579d80580280eff9aa5c2bff5687d045 /usr.bin/cvs/cvs.h
parenta02fcf948076ab3705129493ccd3c26346d8f004 (diff)
No more global cvs_root
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r--usr.bin/cvs/cvs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index 4a8b1681c40..44ea445c0f5 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.17 2004/07/30 17:37:13 jfb Exp $ */
+/* $OpenBSD: cvs.h,v 1.18 2004/07/30 23:13:24 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -209,12 +209,11 @@ typedef struct cvs_histfile {
#ifdef CVS
-extern struct cvsroot *cvs_root;
+extern char *cvs_editor;
#endif
-
/* client command handlers */
int cvs_add (int, char **);
int cvs_checkout (int, char **);