diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-25 12:13:09 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-25 12:13:09 +0000 |
commit | e436ade81634d5e53047ed8c28192cafa562e07f (patch) | |
tree | cb985e3b2231dbdc0743cad4f3cd38c04d4168e0 /usr.bin/cvs/release.c | |
parent | c881ebf8d29951dd1a85fc7c1e3c1236021b4697 (diff) |
KNF;
Diffstat (limited to 'usr.bin/cvs/release.c')
-rw-r--r-- | usr.bin/cvs/release.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/cvs/release.c b/usr.bin/cvs/release.c index 5a3bc2e085f..131cf35029a 100644 --- a/usr.bin/cvs/release.c +++ b/usr.bin/cvs/release.c @@ -1,4 +1,4 @@ -/* $OpenBSD: release.c,v 1.17 2005/07/23 10:59:47 xsa Exp $ */ +/* $OpenBSD: release.c,v 1.18 2005/07/25 12:13:08 xsa Exp $ */ /* * Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> * All rights reserved. @@ -42,10 +42,10 @@ 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 *); +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", |