summaryrefslogtreecommitdiff
path: root/sys/ddb/db_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_output.h')
-rw-r--r--sys/ddb/db_output.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h
index dc9d9ca357c..58aa5cd4447 100644
--- a/sys/ddb/db_output.h
+++ b/sys/ddb/db_output.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_output.h,v 1.12 2002/05/18 18:22:46 art Exp $ */
+/* $OpenBSD: db_output.h,v 1.13 2003/06/28 01:52:18 tedu Exp $ */
/* $NetBSD: db_output.h,v 1.9 1996/04/04 05:13:50 cgd Exp $ */
/*
@@ -40,6 +40,8 @@ int db_printf(const char *, ...)
__kprintf_attribute__((__format__(__kprintf__,1,2)));
void db_end_line(int);
+extern int db_log;
+
/*
* This is a replacement for the non-standard %z, %n and %r printf formats
* in db_printf.