From 1d0943fafdb3c547965917eb4dfcb4d6445461a4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 1 May 2023 18:41:48 +0200 Subject: Added void in function prototypes and declarations --- src/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index b7a4c36..ca09875 100644 --- a/src/commands.h +++ b/src/commands.h @@ -7,7 +7,7 @@ #include "steps.h" void free_args(CommandArgs *args); -CommandArgs * new_args(); +CommandArgs * new_args(void); extern Command * commands[]; -- cgit v1.3