diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-25 12:42:55 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-25 12:42:55 +0000 |
commit | 9519551b480ea117159ae23f4859e5f489e9a965 (patch) | |
tree | 7d8a5d8343b4d868a944e079a280bd953a323ce3 /usr.bin/cvs/add.c | |
parent | e436ade81634d5e53047ed8c28192cafa562e07f (diff) |
missed that one too...
Diffstat (limited to 'usr.bin/cvs/add.c')
-rw-r--r-- | usr.bin/cvs/add.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/cvs/add.c b/usr.bin/cvs/add.c index 8ab9641f32a..3148dbd1ce4 100644 --- a/usr.bin/cvs/add.c +++ b/usr.bin/cvs/add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: add.c,v 1.24 2005/07/23 11:19:46 joris Exp $ */ +/* $OpenBSD: add.c,v 1.25 2005/07/25 12:42:54 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -40,10 +40,10 @@ extern char *__progname; -static int cvs_add_remote(CVSFILE *, void *); -static int cvs_add_local(CVSFILE *, void *); -static int cvs_add_init(struct cvs_cmd *, int, char **, int *); -static int cvs_add_pre_exec(struct cvsroot *); +static int cvs_add_remote(CVSFILE *, void *); +static int cvs_add_local(CVSFILE *, void *); +static int cvs_add_init(struct cvs_cmd *, int, char **, int *); +static int cvs_add_pre_exec(struct cvsroot *); struct cvs_cmd cvs_cmd_add = { CVS_OP_ADD, CVS_REQ_ADD, "add", |