Remove silly warning message that was triggered if two or more clients would connect...
[umurmur.git] / src / conf.h
index 7967716fa04a65a22f43d5493a3a171a77487464..065544654b3f73ad4dfa08495d08f877dcbf73e8 100644 (file)
@@ -1,5 +1,5 @@
-/* Copyright (C) 2009-2010, Martin Johansson <martin@fatbob.nu>
-   Copyright (C) 2005-2010, Thorvald Natvig <thorvald@natvig.com>
+/* Copyright (C) 2009-2011, Martin Johansson <martin@fatbob.nu>
+   Copyright (C) 2005-2011, Thorvald Natvig <thorvald@natvig.com>
 
    All rights reserved.
 
@@ -43,6 +43,9 @@ typedef enum param {
        MAX_BANDWIDTH,
        MAX_CLIENTS,
        DEFAULT_CHANNEL,
+       USERNAME,
+       GROUPNAME,
+       LOGFILE,
 } param_t;
 
 typedef struct {
@@ -57,7 +60,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);