summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/log.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-01-02 17:06:11 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-01-02 17:06:11 +0000
commite6f6a95028f8806bbcd5df6b6a240032342a9612 (patch)
tree2a23c704915bd6957fe282e71c07d9a13675bf2b /usr.bin/cvs/log.h
parent0a50d7d5df7173b113eb035879b7af69b0b25be9 (diff)
- nuke remaining err(), errx() and warnx() instances.
- make cvs_log_init() return type void. ok joris@.
Diffstat (limited to 'usr.bin/cvs/log.h')
-rw-r--r--usr.bin/cvs/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/log.h b/usr.bin/cvs/log.h
index 8a31755c4ec..5bf5a4f7f22 100644
--- a/usr.bin/cvs/log.h
+++ b/usr.bin/cvs/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.14 2006/01/02 08:11:56 xsa Exp $ */
+/* $OpenBSD: log.h,v 1.15 2006/01/02 17:06:10 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -56,7 +56,7 @@
#define LP_FILTER_SET 0 /* set a filter */
#define LP_FILTER_UNSET 1 /* remove a filter */
-int cvs_log_init(u_int, u_int);
+void cvs_log_init(u_int, u_int);
void cvs_log_cleanup(void);
int cvs_log_filter(u_int, u_int);
int cvs_log(u_int, const char *, ...);