diff options
author | 2005-07-25 12:05:43 +0000 | |
---|---|---|
committer | 2005-07-25 12:05:43 +0000 | |
commit | ff1f7a8e704168816e6196eaf250cc6d8ab3e8b6 (patch) | |
tree | 8e32e0290fe482a48a14fe5053439c788649bfee /usr.bin/cvs/commit.c | |
parent | add a new compression method that delays compression until the user (diff) | |
download | wireguard-openbsd-ff1f7a8e704168816e6196eaf250cc6d8ab3e8b6.tar.xz wireguard-openbsd-ff1f7a8e704168816e6196eaf250cc6d8ab3e8b6.zip |
KNF;
Diffstat (limited to 'usr.bin/cvs/commit.c')
-rw-r--r-- | usr.bin/cvs/commit.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index a269133e003..e2ac9720dcd 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.44 2005/07/23 11:19:46 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.45 2005/07/25 12:05:43 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -41,11 +41,11 @@ #include "proto.h" -static int cvs_commit_init (struct cvs_cmd *, int, char **, int *); -static int cvs_commit_prepare (CVSFILE *, void *); -static int cvs_commit_remote (CVSFILE *, void *); -static int cvs_commit_local (CVSFILE *, void *); -static int cvs_commit_pre_exec(struct cvsroot *); +static int cvs_commit_init(struct cvs_cmd *, int, char **, int *); +static int cvs_commit_prepare(CVSFILE *, void *); +static int cvs_commit_remote(CVSFILE *, void *); +static int cvs_commit_local(CVSFILE *, void *); +static int cvs_commit_pre_exec(struct cvsroot *); struct cvs_cmd cvs_cmd_commit = { CVS_OP_COMMIT, CVS_REQ_CI, "commit", |