=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/release.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/cvs/release.c 2005/07/23 10:59:47 1.17 --- src/usr.bin/cvs/release.c 2005/07/25 12:13:08 1.18 *************** *** 1,4 **** ! /* $OpenBSD: release.c,v 1.17 2005/07/23 10:59:47 xsa Exp $ */ /* * Copyright (c) 2005 Xavier Santolaria * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: release.c,v 1.18 2005/07/25 12:13:08 xsa Exp $ */ /* * Copyright (c) 2005 Xavier Santolaria * All rights reserved. *************** *** 42,51 **** extern char *__progname; ! static int cvs_release_init (struct cvs_cmd *, int, char **, int *); ! static int cvs_release_pre_exec (struct cvsroot *); ! static int cvs_release_yesno (void); ! static int cvs_release_dir (CVSFILE *, void *); struct cvs_cmd cvs_cmd_release = { CVS_OP_RELEASE, CVS_REQ_RELEASE, "release", --- 42,51 ---- extern char *__progname; ! static int cvs_release_init(struct cvs_cmd *, int, char **, int *); ! static int cvs_release_pre_exec(struct cvsroot *); ! static int cvs_release_yesno(void); ! static int cvs_release_dir(CVSFILE *, void *); struct cvs_cmd cvs_cmd_release = { CVS_OP_RELEASE, CVS_REQ_RELEASE, "release",