=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.41 retrieving revision 1.42 diff -c -r1.41 -r1.42 *** src/usr.bin/cvs/update.c 2005/07/23 11:19:46 1.41 --- src/usr.bin/cvs/update.c 2005/07/25 12:13:08 1.42 *************** *** 1,4 **** ! /* $OpenBSD: update.c,v 1.41 2005/07/23 11:19:46 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: update.c,v 1.42 2005/07/25 12:13:08 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 38,47 **** #include "proto.h" ! static int cvs_update_init (struct cvs_cmd *, int, char **, int *); ! static int cvs_update_pre_exec (struct cvsroot *); ! static int cvs_update_remote (CVSFILE *, void *); ! static int cvs_update_local (CVSFILE *, void *); struct cvs_cmd cvs_cmd_update = { --- 38,47 ---- #include "proto.h" ! static int cvs_update_init(struct cvs_cmd *, int, char **, int *); ! static int cvs_update_pre_exec(struct cvsroot *); ! static int cvs_update_remote(CVSFILE *, void *); ! static int cvs_update_local(CVSFILE *, void *); struct cvs_cmd cvs_cmd_update = {