summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-11-26 15:15:37 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-11-26 15:15:37 +0000
commit44af5b254ccf9b27648b32ed6cdc410405f27fb6 (patch)
treeaea5e72e352f9c0aa0a85aea981ec8d49abf57db /usr.bin/cvs
parentd6ab1e64a8f5e222af91b85b3c03d9aa8f109afc (diff)
struct cvs_file -> CVSFILE
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/cvs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index 3a74edef619..c9915a81e23 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.31 2004/11/18 15:57:39 jfb Exp $ */
+/* $OpenBSD: cvs.h,v 1.32 2004/11/26 15:15:36 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -294,7 +294,7 @@ time_t cvs_datesec (const char *, int, int);
int cvs_modetostr (mode_t, char *, size_t);
int cvs_strtomode (const char *, mode_t *);
int cvs_splitpath (const char *, char *, size_t, char **);
-int cvs_mkadmin (struct cvs_file *, mode_t);
+int cvs_mkadmin (CVSFILE *, mode_t);
int cvs_cksum (const char *, char *, size_t);
int cvs_exec (int, char **, int []);
int cvs_getargv (const char *, char **, int);