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/env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/env.h') diff --git a/src/env.h b/src/env.h index 871a9c1..97df119 100644 --- a/src/env.h +++ b/src/env.h @@ -10,6 +10,6 @@ extern char *tabledir; -void init_env(); +void init_env(void); #endif -- cgit v1.3