From a1a97cc048a443eb71944848592b9827991600fd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 17 Jan 2009 20:23:33 +0100 Subject: conf: use config_get_bool() instead of getBoolConfigParam() --- src/conf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 97713f0af..33782beb5 100644 --- a/src/conf.h +++ b/src/conf.h @@ -106,8 +106,6 @@ getBlockParam(struct config_param *param, const char *name); struct config_param * parseConfigFilePath(const char *name, int force); -int getBoolConfigParam(const char *name, int force); - bool config_get_bool(const char *name, bool default_value); int -- cgit v1.2.3