diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 05:14:42 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 05:14:42 +0000 |
| commit | 14e10f99527eb47c52513dd587ede4adb8ebdf8e (patch) | |
| tree | 5fcd19c5c990fd9d830071523f9c3dc5cfb35586 /sys/ddb/db_output.h | |
| parent | aa075405f6dc79cd2c5d38b51791e87f5f66d11f (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_output.h')
| -rw-r--r-- | sys/ddb/db_output.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 8172bbba6d83..cca5a8975379 100644 --- a/sys/ddb/db_output.h +++ b/sys/ddb/db_output.h @@ -38,8 +38,8 @@ * Printing routines for kernel debugger. */ -void db_end_line __P((void)); -void db_force_whitespace __P((void)); -int db_print_position __P((void)); +void db_end_line(void); +void db_force_whitespace(void); +int db_print_position(void); #endif /* !_DDB_DB_OUTPUT_H_ */ |
