diff options
author | Julien Cristau <jcristau@debian.org> | 2009-01-11 08:18:56 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2009-01-11 08:54:10 +0100 |
commit | ef9902652b8a1c716ea3851565d6e2a98bd30eb0 (patch) | |
tree | e1fac398485a56c18815916530d77b002cdbd2cb /config | |
parent | e64473b14e091e4b75e6ac2bf9a35e9aaa907258 (diff) |
config: ANSI cleanups
Diffstat (limited to 'config')
-rw-r--r-- | config/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.c b/config/config.c index 882b699a0..b01329339 100644 --- a/config/config.c +++ b/config/config.c @@ -32,7 +32,7 @@ #include "config-backends.h" void -config_init() +config_init(void) { #if defined(CONFIG_DBUS_API) || defined(CONFIG_HAL) if (config_dbus_core_init()) { @@ -52,7 +52,7 @@ config_init() } void -config_fini() +config_fini(void) { #if defined(CONFIG_DBUS_API) || defined(CONFIG_HAL) # ifdef CONFIG_HAL |