diff options
Diffstat (limited to 'ddb/db_cond.c')
-rw-r--r-- | ddb/db_cond.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ddb/db_cond.c b/ddb/db_cond.c index 31e1d241..8f0c8b30 100644 --- a/ddb/db_cond.c +++ b/ddb/db_cond.c @@ -121,7 +121,11 @@ db_cond_print(bkpt) } void -db_cond_cmd(void) +db_cond_cmd( + db_expr_t, + boolean_t, + db_expr_t, + const char *) { int c; struct db_cond *cp; |