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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shell.c') diff --git a/src/shell.c b/src/shell.c index 0001e0d..9c3173b 100644 --- a/src/shell.c +++ b/src/shell.c @@ -4,7 +4,7 @@ static void cleanwhitespaces(char *line); static int parseline(char *line, char **v); bool -checkfiles() +checkfiles(void) { /* TODO: add more checks (other files, use checksum...) */ FILE *f; -- cgit v1.3