summaryrefslogtreecommitdiff
path: root/lib/isc/log.c
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2007-09-07 14:13:53 -0600
committerLaMont Jones <lamont@debian.org>2007-09-07 14:13:53 -0600
commit24d2b28ba91873aac6966fae8a528234108289ee (patch)
tree9589bd2166757038fbc23490ea4fdee8018c2a26 /lib/isc/log.c
parent145708f190bab1a282c04698db8f36f614ae7ac0 (diff)
downloadbind9-24d2b28ba91873aac6966fae8a528234108289ee.tar.gz
9.2.0rc1
Diffstat (limited to 'lib/isc/log.c')
-rw-r--r--lib/isc/log.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/isc/log.c b/lib/isc/log.c
index 3110bca2..025dcd85 100644
--- a/lib/isc/log.c
+++ b/lib/isc/log.c
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: log.c,v 1.69 2001/07/12 05:58:19 mayer Exp $ */
+/* $Id: log.c,v 1.70 2001/08/08 22:54:51 gson Exp $ */
/* Principal Authors: DCL */
@@ -232,7 +232,8 @@ static void
isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
isc_logmodule_t *module, int level, isc_boolean_t write_once,
isc_msgcat_t *msgcat, int msgset, int msg,
- const char *format, va_list args);
+ const char *format, va_list args)
+ ISC_FORMAT_PRINTF(9, 0);
/*
* Convenience macros.