summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/remote.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-12-15 13:12:15 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-12-15 13:12:15 +0000
commit2f75ad8de9714874983eb01b7942e138e9c2897c (patch)
treed28f0c045fdc18b6038b0f2f66f4a254a04c3706 /usr.bin/cvs/remote.h
parentc35d95343a1970fcfcb3562f72c6670846b810ae (diff)
dummy support for update-patches 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 4140f0dfaff..d54308193ab 100644
--- a/usr.bin/cvs/remote.h
+++ b/usr.bin/cvs/remote.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: remote.h,v 1.11 2006/12/15 09:50:37 xsa Exp $ */
+/* $OpenBSD: remote.h,v 1.12 2006/12/15 13:12:14 xsa Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -74,6 +74,7 @@ void cvs_server_argumentx(char *);
void cvs_server_set(char *);
void cvs_server_static_directory(char *);
void cvs_server_sticky(char *);
+void cvs_server_update_patches(char *);
void cvs_server_add(char *);
void cvs_server_admin(char *);