=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/remote.h,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/cvs/remote.h 2007/01/03 19:27:28 1.16 --- src/usr.bin/cvs/remote.h 2007/01/03 22:28:30 1.17 *************** *** 1,4 **** ! /* $OpenBSD: remote.h,v 1.16 2007/01/03 19:27:28 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: remote.h,v 1.17 2007/01/03 22:28:30 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 84,89 **** --- 84,90 ---- void cvs_server_static_directory(char *); 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_add(char *); void cvs_server_admin(char *);