From 830b3da8bcd9664623a1ec0266ad5375f12054ee Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Tue, 19 Dec 2006 11:46:40 +0000 Subject: add client-side support for Clear-static-directory, Clear-sticky and Set-sticky requests. Set-sticky needs more work though. --- usr.bin/cvs/remote.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.bin/cvs/remote.h') diff --git a/usr.bin/cvs/remote.h b/usr.bin/cvs/remote.h index d54308193ab..24f14052530 100644 --- a/usr.bin/cvs/remote.h +++ b/usr.bin/cvs/remote.h @@ -1,4 +1,4 @@ -/* $OpenBSD: remote.h,v 1.12 2006/12/15 13:12:14 xsa Exp $ */ +/* $OpenBSD: remote.h,v 1.13 2006/12/19 11:46:39 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * @@ -53,6 +53,9 @@ void cvs_client_updated(char *); void cvs_client_merged(char *); void cvs_client_removed(char *); void cvs_client_remove_entry(char *); +void cvs_client_clear_static_directory(char *); +void cvs_client_set_sticky(char *); +void cvs_client_clear_sticky(char *); void cvs_client_senddir(const char *); void cvs_client_sendfile(struct cvs_file *); -- cgit v1.2.3