aboutsummaryrefslogtreecommitdiff
path: root/ddb/db_watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_watch.c')
-rw-r--r--ddb/db_watch.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ddb/db_watch.c b/ddb/db_watch.c
index 6ad820e7..5db3f300 100644
--- a/ddb/db_watch.c
+++ b/ddb/db_watch.c
@@ -248,7 +248,11 @@ db_watchpoint_cmd(
/* list watchpoints */
void
-db_listwatch_cmd(void)
+db_listwatch_cmd(
+ db_expr_t,
+ boolean_t,
+ db_expr_t,
+ const char *)
{
db_list_watchpoints();
}