summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/remote.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-11-14 15:39:43 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-11-14 15:39:43 +0000
commit870dc971b476c4d695304baaaacc7560ea9dcdc3 (patch)
tree5b8b89b16b84dc9dd33a8a12f5456ba8ecd14d24 /usr.bin/cvs/remote.h
parent735ff64164a35c86efb3b29ad72ba796e78f36a7 (diff)
Add support for the "Set" request.
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 aaa1fb89e1d..eb89213fe4c 100644
--- a/usr.bin/cvs/remote.h
+++ b/usr.bin/cvs/remote.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: remote.h,v 1.7 2006/11/14 09:59:54 xsa Exp $ */
+/* $OpenBSD: remote.h,v 1.8 2006/11/14 15:39:42 xsa Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -71,6 +71,7 @@ void cvs_server_unchanged(char *);
void cvs_server_questionable(char *);
void cvs_server_argument(char *);
void cvs_server_argumentx(char *);
+void cvs_server_set(char *);
void cvs_server_add(char *);
void cvs_server_admin(char *);