=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/remote.h,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** src/usr.bin/cvs/remote.h 2007/06/29 12:42:05 1.23 --- src/usr.bin/cvs/remote.h 2007/07/03 13:22:43 1.24 *************** *** 1,4 **** ! /* $OpenBSD: remote.h,v 1.23 2007/06/29 12:42:05 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: remote.h,v 1.24 2007/07/03 13:22:43 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 87,92 **** --- 87,94 ---- void cvs_server_sticky(char *); void cvs_server_update_patches(char *); void cvs_server_update_entry(const char *, struct cvs_file *cf); + void cvs_server_set_sticky(char *, char *); + void cvs_server_clear_sticky(char *); void cvs_server_add(char *); void cvs_server_import(char *);