=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/watch.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/cvs/watch.c 2005/07/07 14:27:57 1.4 --- src/usr.bin/cvs/watch.c 2005/07/25 12:13:08 1.5 *************** *** 1,4 **** ! /* $OpenBSD: watch.c,v 1.4 2005/07/07 14:27:57 joris Exp $ */ /* * Copyright (c) 2005 Xavier Santolaria * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: watch.c,v 1.5 2005/07/25 12:13:08 xsa Exp $ */ /* * Copyright (c) 2005 Xavier Santolaria * All rights reserved. *************** *** 37,48 **** #include "log.h" #include "proto.h" ! static int cvs_watch_init (struct cvs_cmd *, int, char **, int *); ! static int cvs_watch_remote (CVSFILE *, void*); ! static int cvs_watch_local (CVSFILE *, void*); ! static int cvs_watchers_remote (CVSFILE *, void*); ! static int cvs_watchers_local (CVSFILE *, void*); struct cvs_cmd cvs_cmd_watch = { --- 37,48 ---- #include "log.h" #include "proto.h" ! static int cvs_watch_init(struct cvs_cmd *, int, char **, int *); ! static int cvs_watch_remote(CVSFILE *, void*); ! static int cvs_watch_local(CVSFILE *, void*); ! static int cvs_watchers_remote(CVSFILE *, void*); ! static int cvs_watchers_local(CVSFILE *, void*); struct cvs_cmd cvs_cmd_watch = {