diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-09-25 19:50:14 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-09-25 19:50:14 +0000 |
| commit | 93d4804b62f8372f10524ec3dd8ac1e44f71e4aa (patch) | |
| tree | e8c244b2d81b93da1c8896870f96435db68adb09 /sys/ddb/db_command.h | |
| parent | 59c47d99be1bd30bdb8341ae71b57bce133ad346 (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_command.h')
| -rw-r--r-- | sys/ddb/db_command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index db9f495a8082..7d9370c254cf 100644 --- a/sys/ddb/db_command.h +++ b/sys/ddb/db_command.h @@ -37,6 +37,7 @@ * Command loop declarations. */ +void db_command_init(void); void db_command_loop(void); void db_command_script(const char *command); |
