diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-08-30 15:38:27 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-08-30 15:38:27 +0000 |
commit | 393c787d9971e43a006122dbc4075382b98918bf (patch) | |
tree | 9978f7dcbe012e36f8959cdc54a036114ac55466 /sys/ddb/db_command.h | |
parent | a2c225fd21b562734f25815645ee93c9f2958aa6 (diff) |
add a sync command that does not reboot
Diffstat (limited to 'sys/ddb/db_command.h')
-rw-r--r-- | sys/ddb/db_command.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index e9b8831706f..71f639dbcfe 100644 --- a/sys/ddb/db_command.h +++ b/sys/ddb/db_command.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_command.h,v 1.7 1998/02/25 19:53:48 weingart Exp $ */ +/* $OpenBSD: db_command.h,v 1.8 1998/08/30 15:38:26 art Exp $ */ /* $NetBSD: db_command.h,v 1.8 1996/02/05 01:56:55 christos Exp $ */ /* @@ -49,6 +49,7 @@ 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 *)); +void db_sync_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 */ |