summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-09-27 03:34:58 +0000
committerphk <phk@FreeBSD.org>1994-09-27 03:34:58 +0000
commite3b14acab7e9a3aedcf6751cd26aed7450d1c6bf (patch)
treeb13b160261863493c90b5ffb69d4f2d9d57071f0 /sys/ddb/db_output.h
parent9a50506be21f7810ce5e0f5fbd506fe396ded066 (diff)
downloadFreeBSD-src-e3b14acab7e9a3aedcf6751cd26aed7450d1c6bf.zip
FreeBSD-src-e3b14acab7e9a3aedcf6751cd26aed7450d1c6bf.tar.gz
Makes gcc silent in sys/ddb.
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 3969a34..2ce3a5e 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_ */
OpenPOWER on IntegriCloud