diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-09-27 03:34:58 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-09-27 03:34:58 +0000 |
| commit | 169cd910b717c5ff92241e9443866a05c6d84cc3 (patch) | |
| tree | b13b160261863493c90b5ffb69d4f2d9d57071f0 /sys/ddb/db_output.h | |
| parent | 38ddc3a6d6dfa77c1df83ea0faf2ff79c46973ef (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_output.h')
| -rw-r--r-- | sys/ddb/db_output.h | 3 |
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_ */ |
