summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/remote.h
diff options
context:
space:
mode:
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 24f14052530..d53ea308ca1 100644
--- a/usr.bin/cvs/remote.h
+++ b/usr.bin/cvs/remote.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: remote.h,v 1.13 2006/12/19 11:46:39 xsa Exp $ */
+/* $OpenBSD: remote.h,v 1.14 2006/12/19 14:11:21 xsa Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -53,6 +53,7 @@ void cvs_client_updated(char *);
void cvs_client_merged(char *);
void cvs_client_removed(char *);
void cvs_client_remove_entry(char *);
+void cvs_client_set_static_directory(char *);
void cvs_client_clear_static_directory(char *);
void cvs_client_set_sticky(char *);
void cvs_client_clear_sticky(char *);