From 4957bf13b26a403271c9838a9b74b9f61682fa8e Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Tue, 3 May 2011 09:50:15 -0400 Subject: Remove config.h from strchrnul.c; not needed Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink() --- include/cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cfg.h') diff --git a/include/cfg.h b/include/cfg.h index d3814f3..b50c16b 100644 --- a/include/cfg.h +++ b/include/cfg.h @@ -23,7 +23,7 @@ #define CFG_MAX 255 int cfg_open(const char* filename); -void cfg_close(); +void cfg_close(void); int cfg_get_key(char* val, const char* key); #endif -- cgit