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/annotate.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/annotate.c')
-rw-r--r-- | usr.bin/cvs/annotate.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c index 553164e4b4b..adb9bd86ecc 100644 --- a/usr.bin/cvs/annotate.c +++ b/usr.bin/cvs/annotate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: annotate.c,v 1.22 2005/07/21 11:42:24 xsa Exp $ */ +/* $OpenBSD: annotate.c,v 1.23 2005/07/25 12:05:43 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -38,10 +38,10 @@ #include "proto.h" -static int cvs_annotate_init (struct cvs_cmd *, int, char **, int *); -static int cvs_annotate_remote (CVSFILE *, void *); -static int cvs_annotate_local (CVSFILE *, void *); -static int cvs_annotate_pre_exec (struct cvsroot *); +static int cvs_annotate_init(struct cvs_cmd *, int, char **, int *); +static int cvs_annotate_remote(CVSFILE *, void *); +static int cvs_annotate_local(CVSFILE *, void *); +static int cvs_annotate_pre_exec(struct cvsroot *); struct cvs_cmd cvs_cmd_annotate = { CVS_OP_ANNOTATE, CVS_REQ_ANNOTATE, "annotate", |