X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fconf.h;h=1b9b21e9da929a0a31bf0902f651b1afb45cb1bc;hb=0fd109448ce43a6a53866614423463788c278ff6;hp=7967716fa04a65a22f43d5493a3a171a77487464;hpb=3fbab274e9932e10d257e70fad310e00a4260d43;p=umurmur.git diff --git a/src/conf.h b/src/conf.h index 7967716..1b9b21e 100644 --- a/src/conf.h +++ b/src/conf.h @@ -57,7 +57,7 @@ typedef struct { const char *destination; } conf_channel_link_t; -int Conf_init(const char *conffile); +void Conf_init(const char *conffile); void Conf_deinit(); const char *getStrConf(param_t param);