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/shell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shell.h') diff --git a/src/shell.h b/src/shell.h index 7e4f785..0dc274c 100644 --- a/src/shell.h +++ b/src/shell.h @@ -7,7 +7,7 @@ #define MAXTOKENLEN 255 #define MAXNTOKENS 255 -bool checkfiles(); +bool checkfiles(void); void exec_args(int c, char **v); void launch(bool batchmode); -- cgit v1.3