summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/remote.h
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2007-06-26 02:24:11 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2007-06-26 02:24:11 +0000
commit8e3a32db4fa8741f995a50b23c486c77549b0c22 (patch)
treefcf1b9dbed2b0c52204d55805bb20988ba5f08d4 /usr.bin/cvs/remote.h
parent1a568e125cc00b7e8a18b68fd8716f970316ba56 (diff)
add support for cvs rlog.
from Mickey. ok joris@ ray@
Diffstat (limited to 'usr.bin/cvs/remote.h')
-rw-r--r--usr.bin/cvs/remote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/remote.h b/usr.bin/cvs/remote.h
index cf1d0b9f93b..588acd80b66 100644
--- a/usr.bin/cvs/remote.h
+++ b/usr.bin/cvs/remote.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: remote.h,v 1.20 2007/01/18 16:45:52 joris Exp $ */
+/* $OpenBSD: remote.h,v 1.21 2007/06/26 02:24:10 niallo Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -95,6 +95,7 @@ void cvs_server_checkout(char *);
void cvs_server_diff(char *);
void cvs_server_init(char *);
void cvs_server_log(char *);
+void cvs_server_rlog(char *);
void cvs_server_remove(char *);
void cvs_server_status(char *);
void cvs_server_tag(char *);