=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/remove.c,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/cvs/remove.c 2005/07/24 17:48:05 1.25 --- src/usr.bin/cvs/remove.c 2005/07/25 12:13:08 1.26 *************** *** 1,4 **** ! /* $OpenBSD: remove.c,v 1.25 2005/07/24 17:48:05 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2004, 2005 Xavier Santolaria --- 1,4 ---- ! /* $OpenBSD: remove.c,v 1.26 2005/07/25 12:13:08 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * Copyright (c) 2004, 2005 Xavier Santolaria *************** *** 42,51 **** extern char *__progname; ! static int cvs_remove_init (struct cvs_cmd *, int, char **, int *); ! static int cvs_remove_remote (CVSFILE *, void *); ! static int cvs_remove_local (CVSFILE *, void *); ! static int cvs_remove_file (const char *); static int force_remove = 0; /* -f option */ static int nuked = 0; --- 42,51 ---- extern char *__progname; ! static int cvs_remove_init(struct cvs_cmd *, int, char **, int *); ! static int cvs_remove_remote(CVSFILE *, void *); ! static int cvs_remove_local(CVSFILE *, void *); ! static int cvs_remove_file(const char *); static int force_remove = 0; /* -f option */ static int nuked = 0;