diff options
Diffstat (limited to 'usr.bin/cvs/util.h')
-rw-r--r-- | usr.bin/cvs/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/util.h b/usr.bin/cvs/util.h index 3584aabb9b5..be3a0d0c85c 100644 --- a/usr.bin/cvs/util.h +++ b/usr.bin/cvs/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.19 2007/05/09 21:19:28 xsa Exp $ */ +/* $OpenBSD: util.h,v 1.20 2007/07/03 13:22:43 joris Exp $ */ /* * Copyright (c) 2006 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -33,7 +33,7 @@ void cvs_modetostr(mode_t, char *, size_t); void cvs_strtomode(const char *, mode_t *); void cvs_mkadmin(const char *, const char *, const char *, char *, char *, int); -void cvs_mkpath(const char *); +void cvs_mkpath(const char *, char *); int cvs_cksum(const char *, char *, size_t); int cvs_getargv(const char *, char **, int); int cvs_chdir(const char *, int); |