summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-05-31 10:37:26 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-05-31 10:37:26 +0000
commit372a715b2656521b7f9996e843503eaf6c1ba662 (patch)
treefb630d81618b5c0f31dcd1cccba54763aff19d5f /sys/ddb/db_command.h
parent2bfce6e09bd489a54af36e827ccff55a0bdbabd4 (diff)
-Wall and -Wstrict-prototypes cleanup
Diffstat (limited to 'sys/ddb/db_command.h')
-rw-r--r--sys/ddb/db_command.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h
index 96df9372b2f..78d2bf9fcd5 100644
--- a/sys/ddb/db_command.h
+++ b/sys/ddb/db_command.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_command.h,v 1.4 1996/04/21 22:18:58 deraadt Exp $ */
+/* $OpenBSD: db_command.h,v 1.5 1996/05/31 10:37:24 niklas Exp $ */
/* $NetBSD: db_command.h,v 1.8 1996/02/05 01:56:55 christos Exp $ */
/*
@@ -45,6 +45,9 @@ void db_help_cmd __P((void));
void db_command_loop __P((void));
void db_error __P((char *));
void db_fncall __P((db_expr_t, int, db_expr_t, char *));
+void db_boot_sync_cmd __P((db_expr_t, int, db_expr_t, char *));
+void db_boot_crash_cmd __P((db_expr_t, int, db_expr_t, char *));
+void db_boot_dump_cmd __P((db_expr_t, int, db_expr_t, char *));
db_addr_t db_dot; /* current location */
db_addr_t db_last_addr; /* last explicit address typed */