9916 mdb ::dcmds and ::walkers could have filter options
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: John Levon <john.levon@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
diff --git a/usr/src/cmd/mdb/common/mdb/mdb_help.h b/usr/src/cmd/mdb/common/mdb/mdb_help.h
index 5d63683..6ecd6c2 100644
--- a/usr/src/cmd/mdb/common/mdb/mdb_help.h
+++ b/usr/src/cmd/mdb/common/mdb/mdb_help.h
@@ -23,6 +23,7 @@
  * Copyright (c) 1998-1999 by Sun Microsystems, Inc.
  * All rights reserved.
  * Copyright (c) 2012, Joyent, Inc.  All rights reserved.
+ * Copyright 2018 OmniOS Community Edition (OmniOSce) Association.
  */
 
 #ifndef	_MDB_HELP_H
@@ -44,6 +45,9 @@
 extern int cmd_help_tab(mdb_tab_cookie_t *, uint_t, int, const mdb_arg_t *);
 extern int cmd_which(uintptr_t, uint_t, int, const mdb_arg_t *);
 
+extern void cmd_dcmds_help(void);
+extern void cmd_walkers_help(void);
+
 #endif	/* _MDB */
 
 #ifdef	__cplusplus