From 7e7678a0e5927af625e42627ed9f5757ecf9ca89 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Wed, 29 May 2024 20:38:13 +0200 Subject: Use strict prototypes Use the special value void as parameter for functions taking nor argument. --- src/sp_ini.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp_ini.h') diff --git a/src/sp_ini.h b/src/sp_ini.h index 5869539..bc0cabe 100644 --- a/src/sp_ini.h +++ b/src/sp_ini.h @@ -1,2 +1,2 @@ -void sp_hook_ini(); -void sp_unhook_ini(); \ No newline at end of file +void sp_hook_ini(void); +void sp_unhook_ini(void); -- cgit v1.3