From be78a5c7937a31128a3624dcace9df23492866f9 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 29 Nov 2013 22:54:20 +0100 Subject: Declare void argument lists --- ddb/db_command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ddb/db_command.h') 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); -- cgit v1.2.3