summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/util.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-06-14 15:14:48 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-06-14 15:14:48 +0000
commit8cb8ced474e97524f25aeb52797ec6e9db48ea32 (patch)
treed5fbb28610d76e3e868a63c4b925dabfbe7631d9 /usr.bin/cvs/util.h
parent0edc08d91552b11f7caa2191b759b475bf31297c (diff)
handle existing CVS/Tag file when adding new directories. OK joris@.
Diffstat (limited to 'usr.bin/cvs/util.h')
-rw-r--r--usr.bin/cvs/util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cvs/util.h b/usr.bin/cvs/util.h
index d4485452722..4f2eb52e624 100644
--- a/usr.bin/cvs/util.h
+++ b/usr.bin/cvs/util.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.h,v 1.9 2006/05/28 21:38:30 joris Exp $ */
+/* $OpenBSD: util.h,v 1.10 2006/06/14 15:14:47 xsa Exp $ */
/*
* Copyright (c) 2006 Niall O'Higgins <niallo@openbsd.org>
* All rights reserved.
@@ -32,7 +32,8 @@ void cvs_get_repository_name(const char *, char *, size_t);
void cvs_modetostr(mode_t, char *, size_t);
void cvs_strtomode(const char *, mode_t *);
void cvs_splitpath(const char *, char *, size_t, char **);
-void cvs_mkadmin(const char *, const char *, const char *);
+void cvs_mkadmin(const char *, const char *, const char *,
+ char *, char *, int);
void cvs_mkpath(const char *);
int cvs_cksum(const char *, char *, size_t);
int cvs_exec(int, char **, int []);