summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-24 13:53:05 +0000
committerbde <bde@FreeBSD.org>1995-11-24 13:53:05 +0000
commitc14aa7ae4820b9e50a391cdb2e5ed91d81933ccd (patch)
tree9b9a343f5650653a2c35073534d44bcf4fc7473c /sys/ddb/db_output.h
parentba625bb515e1769c43ed119ece85c666a475ae0d (diff)
downloadFreeBSD-src-c14aa7ae4820b9e50a391cdb2e5ed91d81933ccd.zip
FreeBSD-src-c14aa7ae4820b9e50a391cdb2e5ed91d81933ccd.tar.gz
Completed function declarations and/or added prototypes.
Removed `extern' from prototypes. Sorted prototypes. Uniformized idempotency ifdefs.
Diffstat (limited to 'sys/ddb/db_output.h')
-rw-r--r--sys/ddb/db_output.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h
index 3a2f5fd..73e95e5 100644
--- a/sys/ddb/db_output.h
+++ b/sys/ddb/db_output.h
@@ -23,11 +23,11 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_output.h,v 1.6 1994/09/27 12:15:53 davidg Exp $
+ * $Id: db_output.h,v 1.7 1995/05/30 07:57:04 rgrimes Exp $
*/
#ifndef _DDB_DB_OUTPUT_H_
-#define _DDB_DB_OUTPUT_H_ 1
+#define _DDB_DB_OUTPUT_H_
/*
* Author: David B. Golub, Carnegie Mellon University
@@ -38,7 +38,8 @@
* Printing routines for kernel debugger.
*/
-extern void db_force_whitespace();
-extern int db_print_position();
-extern void db_end_line();
-#endif /* _DDB_DB_OUTPUT_H_ */
+void db_end_line __P((void));
+void db_force_whitespace __P((void));
+int db_print_position __P((void));
+
+#endif /* !_DDB_DB_OUTPUT_H_ */
OpenPOWER on IntegriCloud