ext/nutcracker/src/nc_conf.h in nutcracker-0.2.4.mac9 vs ext/nutcracker/src/nc_conf.h in nutcracker-0.2.4.1

- old
+ new

@@ -118,10 +118,10 @@ char *conf_set_string(struct conf *cf, struct command *cmd, void *conf); char *conf_set_listen(struct conf *cf, struct command *cmd, void *conf); char *conf_add_server(struct conf *cf, struct command *cmd, void *conf); char *conf_set_num(struct conf *cf, struct command *cmd, void *conf); -char *conf_set_bool(struct conf *cf, struct command *cmd, void *conf); +char * conf_set_bool(struct conf *cf, struct command *cmd, void *conf); char *conf_set_hash(struct conf *cf, struct command *cmd, void *conf); char *conf_set_distribution(struct conf *cf, struct command *cmd, void *conf); char *conf_set_hashtag(struct conf *cf, struct command *cmd, void *conf); rstatus_t conf_server_each_transform(void *elem, void *data);