summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-12-19 18:21:32 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-12-19 18:21:32 +0000
commit0cc21af9b045966354c2a9eefc4a234f70694d46 (patch)
treece7d31b5b0b7840c0e1c2d063d167e0f128d5212 /usr.bin/cvs/cvs.h
parent03f76ed10563fc55c1f4f5da5e6fb37de80ef249 (diff)
move fatal() proto declaration to log.h; better for its use in usr.bin/rcs
OK joris@.
Diffstat (limited to 'usr.bin/cvs/cvs.h')
-rw-r--r--usr.bin/cvs/cvs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.h b/usr.bin/cvs/cvs.h
index 9385e214a8b..23d09e60f0b 100644
--- a/usr.bin/cvs/cvs.h
+++ b/usr.bin/cvs/cvs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.h,v 1.91 2005/12/10 20:27:45 joris Exp $ */
+/* $OpenBSD: cvs.h,v 1.92 2005/12/19 18:21:30 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -428,7 +428,6 @@ struct cvs_lines {
struct cvs_tqh l_lines;
};
-void fatal(const char *, ...);
int cvs_readrepo(const char *, char *, size_t);
int cvs_modetostr(mode_t, char *, size_t);
int cvs_strtomode(const char *, mode_t *);