diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2011-05-03 09:50:15 -0400 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2011-05-03 09:50:15 -0400 |
commit | 4957bf13b26a403271c9838a9b74b9f61682fa8e (patch) | |
tree | 942d28cad437dd20bf29cb60ad58ad4949b87c96 /include/cfg.h | |
parent | b608b55786a8cecf626d7c489496ac402098b198 (diff) | |
download | duser-4957bf13b26a403271c9838a9b74b9f61682fa8e.tar.gz |
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()
Diffstat (limited to 'include/cfg.h')
-rw-r--r-- | include/cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |