diff options
Diffstat (limited to 'ddb/db_command.h')
-rw-r--r-- | ddb/db_command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_command.h b/ddb/db_command.h index 1edf1d6..30e1f21 100644 --- a/ddb/db_command.h +++ b/ddb/db_command.h @@ -69,7 +69,7 @@ struct db_command { extern boolean_t db_exec_cmd_nest(char *cmd, int size); -void db_fncall(); +void db_fncall(void); void db_help_cmd(void); |