diff options
Diffstat (limited to 'ddb/db_command.c')
-rw-r--r-- | ddb/db_command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ddb/db_command.c b/ddb/db_command.c index 2bff829..85cbf81 100644 --- a/ddb/db_command.c +++ b/ddb/db_command.c @@ -383,7 +383,7 @@ struct db_command *ptr; struct db_command *db_last_command = 0; void -db_help_cmd() +db_help_cmd(void) { struct db_command *cmd = db_command_table; @@ -471,7 +471,7 @@ void db_error(s) * !expr(arg,arg,arg) */ void -db_fncall() +db_fncall(void) { db_expr_t fn_addr; #define MAXARGS 11 |