Make configuration file errors print the error via standard logging function. Clean...
[umurmur.git] / src / conf.h
index 7967716fa04a65a22f43d5493a3a171a77487464..1b9b21e9da929a0a31bf0902f651b1afb45cb1bc 100644 (file)
@@ -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);