diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-09-27 12:15:56 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-09-27 12:15:56 +0000 |
| commit | e00fb8aaea767f8afb9a0c086c7a83f4b0770099 (patch) | |
| tree | 02e38a7694197bb6bb6c4c505335d5b186b870fa /sys/ddb/db_output.h | |
| parent | 1c7d67ba9cd748f4d87de7e371bbc07ebbd58b55 (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_output.h')
| -rw-r--r-- | sys/ddb/db_output.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 2ce3a5ec8e0f..3bfd7108c50a 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.4 1993/11/25 01:30:09 wollman Exp $ + * $Id: db_output.h,v 1.5 1994/09/27 03:34:55 phk Exp $ */ #ifndef _DDB_DB_OUTPUT_H_ @@ -41,5 +41,4 @@ 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_ */ |
