summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/log.h
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2008-06-10 01:00:36 +0000
committerJoris Vink <joris@cvs.openbsd.org>2008-06-10 01:00:36 +0000
commit9871af5b3959da6fb3438ea15e89bd35368b5ddf (patch)
treec333bfc469513312bd0c2809225fe699c694fb17 /usr.bin/cvs/log.h
parent06b9f18cd5ed2ebd5b5b5b7837380ee2a5b8f116 (diff)
New trigger framework that allows us to run the required scripts
defined in CVSROOT/commitinfo and CVSROOT/loginfo and so on. This enables the use of log_accum2 and all that other nice stuff we like. This was mostly written by Jonathan Armani with help from tobias@ and myself. ok tobias@
Diffstat (limited to 'usr.bin/cvs/log.h')
-rw-r--r--usr.bin/cvs/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/log.h b/usr.bin/cvs/log.h
index 2e4d3fcfa89..6ca1520704f 100644
--- a/usr.bin/cvs/log.h
+++ b/usr.bin/cvs/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.22 2007/09/07 23:59:01 tobias Exp $ */
+/* $OpenBSD: log.h,v 1.23 2008/06/10 01:00:34 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -46,6 +46,7 @@
void cvs_log(u_int, const char *, ...) __attribute__((format(printf, 2, 3)));
void cvs_vlog(u_int, const char *, va_list);
int cvs_printf(const char *, ...) __attribute__((format(printf, 1, 2)));
+int cvs_vprintf(const char *, va_list);
void fatal(const char *, ...) __dead __attribute__((format(printf, 1,2)));
#endif /* LOG_H */