aboutsummaryrefslogtreecommitdiff
path: root/include/cfg.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2011-05-03 10:10:59 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2011-05-03 10:10:59 -0400
commitff108a1414736fe057b4eada10f4a8c3dc32ac39 (patch)
tree942d28cad437dd20bf29cb60ad58ad4949b87c96 /include/cfg.h
parent91af8f14863a516ff9aa80b703d8a34583e6e107 (diff)
parent4957bf13b26a403271c9838a9b74b9f61682fa8e (diff)
downloadduser-ff108a1414736fe057b4eada10f4a8c3dc32ac39.tar.gz
Merge pull request #5 from extrarius/master.
Various code clean ups to solve potential problems
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h2
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