=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/remote.h,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/cvs/remote.h 2006/12/15 13:12:14 1.12 --- src/usr.bin/cvs/remote.h 2006/12/19 11:46:39 1.13 *************** *** 1,4 **** ! /* $OpenBSD: remote.h,v 1.12 2006/12/15 13:12:14 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: remote.h,v 1.13 2006/12/19 11:46:39 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 53,58 **** --- 53,61 ---- 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 *);