summaryrefslogtreecommitdiff
path: root/sys/ddb/db_output.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-09-27 03:34:58 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-09-27 03:34:58 +0000
commit169cd910b717c5ff92241e9443866a05c6d84cc3 (patch)
treeb13b160261863493c90b5ffb69d4f2d9d57071f0 /sys/ddb/db_output.h
parent38ddc3a6d6dfa77c1df83ea0faf2ff79c46973ef (diff)
Notes
Diffstat (limited to 'sys/ddb/db_output.h')
-rw-r--r--sys/ddb/db_output.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h
index 3969a3450ec4..2ce3a5ec8e0f 100644
--- a/sys/ddb/db_output.h
+++ b/sys/ddb/db_output.h
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_output.h,v 1.3 1993/11/07 17:39:24 wollman Exp $
+ * $Id: db_output.h,v 1.4 1993/11/25 01:30:09 wollman Exp $
*/
#ifndef _DDB_DB_OUTPUT_H_
@@ -41,4 +41,5 @@
extern void db_force_whitespace();
extern int db_print_position();
extern void db_end_line();
+extern void db_printf(char *,...);
#endif /* _DDB_DB_OUTPUT_H_ */