From ddc2694419442b68eac4c04069c991ecd2fa26ee Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 3 Jun 2009 06:55:04 +0200 Subject: conf: eliminated CamelCase Renamed all remaining CamelCase functions. --- src/conf.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 9f084013..c67023a8 100644 --- a/src/conf.h +++ b/src/conf.h @@ -127,7 +127,7 @@ unsigned config_get_positive(const char *name, unsigned default_value); struct block_param * -getBlockParam(const struct config_param *param, const char *name); +config_get_block_param(const struct config_param *param, const char *name); bool config_get_bool(const char *name, bool default_value); @@ -151,9 +151,10 @@ config_get_block_bool(const struct config_param *param, const char *name, bool default_value); struct config_param * -newConfigParam(const char *value, int line); +config_new_param(const char *value, int line); void -addBlockParam(struct config_param *param, const char *name, const char *value, int line); +config_add_block_param(struct config_param *param, const char *name, + const char *value, int line); #endif -- cgit v1.2.3