diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-07-30 23:13:25 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-07-30 23:13:25 +0000 |
commit | 3f737c9d87230f8ad112b3e88272d25882a0cd18 (patch) | |
tree | f99ddfcd579d80580280eff9aa5c2bff5687d045 /usr.bin/cvs/cvs.h | |
parent | a02fcf948076ab3705129493ccd3c26346d8f004 (diff) |
No more global cvs_root
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 5 |
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 **); |