diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-05-26 03:07:21 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-05-26 03:07:21 +0000 |
commit | da44409e2f3a4e26752595c405de54975f45ef47 (patch) | |
tree | 73571fdf56d53d2aaffb9557502497bc4b9eafd3 /usr.bin/cvs/cvs.h | |
parent | 0658f96e2fcca8162e5ead87636b3ba7873345ab (diff) |
first part of real pruning support
okay jfb@
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r-- | usr.bin/cvs/cvs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h index d16e167a4f7..579f5b52b8c 100644 --- a/usr.bin/cvs/cvs.h +++ b/usr.bin/cvs/cvs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.59 2005/05/24 20:04:43 joris Exp $ */ +/* $OpenBSD: cvs.h,v 1.60 2005/05/26 03:07:20 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -140,6 +140,7 @@ #define CVS_CMD_SENDARGS1 0x04 #define CVS_CMD_SENDARGS2 0x08 #define CVS_CMD_SENDDIR 0x10 +#define CVS_CMD_PRUNEDIRS 0x20 struct cvs_cmd { |