diff options
Diffstat (limited to 'usr/src/cmd/mdb/common/mdb/mdb_print.h')
-rw-r--r-- | usr/src/cmd/mdb/common/mdb/mdb_print.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/mdb/common/mdb/mdb_print.h b/usr/src/cmd/mdb/common/mdb/mdb_print.h index 40ef877466..9f4d0ba0dd 100644 --- a/usr/src/cmd/mdb/common/mdb/mdb_print.h +++ b/usr/src/cmd/mdb/common/mdb/mdb_print.h @@ -25,9 +25,6 @@ * Copyright (c) 2012 Joyent, Inc. All rights reserved. */ -/* - * Copyright (c) 2012, Joyent, Inc. All rights reserved. - */ #ifndef _MDB_PRINT_H #define _MDB_PRINT_H @@ -50,6 +47,7 @@ extern int cmd_print(uintptr_t, uint_t, int, const mdb_arg_t *); extern int cmd_print_tab(mdb_tab_cookie_t *, uint_t, int, const mdb_arg_t *); extern void print_help(void); extern int cmd_printf(uintptr_t, uint_t, int, const mdb_arg_t *); +extern int cmd_printf_tab(mdb_tab_cookie_t *, uint_t, int, const mdb_arg_t *); extern void printf_help(void); #endif /* _MDB */ |