summaryrefslogtreecommitdiff
path: root/ddb/db_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_command.h')
-rw-r--r--ddb/db_command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ddb/db_command.h b/ddb/db_command.h
index 58309b5..7870baa 100644
--- a/ddb/db_command.h
+++ b/ddb/db_command.h
@@ -67,4 +67,6 @@ struct db_command {
struct db_command *more; /* another level of command */
};
+extern boolean_t db_exec_cmd_nest(char *cmd, int size);
+
#endif /* MACH_KDB */