diff options
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 3b0f44b821e..8eb5b5bf79f 100644 --- a/sys/ddb/db_command.h +++ b/sys/ddb/db_command.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_command.h,v 1.9 1998/09/01 04:27:01 art Exp $ */ +/* $OpenBSD: db_command.h,v 1.10 2000/06/07 09:40:02 art Exp $ */ /* $NetBSD: db_command.h,v 1.8 1996/02/05 01:56:55 christos Exp $ */ /* @@ -39,6 +39,7 @@ int db_cmd_search __P((char *, struct db_command *, struct db_command **)); void db_cmd_list __P((struct db_command *)); void db_command __P((struct db_command **, struct db_command *)); void db_map_print_cmd __P((db_expr_t, int, db_expr_t, char *)); +void db_malloc_print_cmd __P((db_expr_t, int, db_expr_t, char *)); void db_object_print_cmd __P((db_expr_t, int, db_expr_t, char *)); void db_extent_print_cmd __P((db_expr_t, int, db_expr_t, char *)); void db_machine_commands_install __P((struct db_command *)); |