summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2004-12-21 18:15:56 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2004-12-21 18:15:56 +0000
commite356bb43f71c5fa2e2b0ee887e8527dd992ba45a (patch)
tree31ba81633fc36300d018c073e900de78cdbdc388 /usr.bin/cvs/cvs.h
parent3ca015202bed6579b65d3f315fd9cb2a2437da45 (diff)
on the way to `cvs remove'; ok jfb
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r--usr.bin/cvs/cvs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index a23d9ce6761..984c7c9d221 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.39 2004/12/14 19:11:54 jfb Exp $ */
+/* $OpenBSD: cvs.h,v 1.40 2004/12/21 18:15:55 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -249,6 +249,7 @@ int cvs_getlog (int, char **);
int cvs_history (int, char **);
int cvs_import (int, char **);
int cvs_init (int, char **);
+int cvs_remove (int, char **);
int cvs_server (int, char **);
int cvs_status (int, char **);
int cvs_tag (int, char **);