X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconf.h;h=67d02c689808ad672eac5d37bcad6aca06ae116b;hb=ddc0e8af6bbcb1f7635ea78297c5158611821aec;hp=32531f8653ed2874322a36802fc09f826aae0d9f;hpb=23a4fcd5944b793bba2cc4cc70c87cd68c3c051c;p=umurmur.git diff --git a/src/conf.h b/src/conf.h index 32531f8..67d02c6 100644 --- a/src/conf.h +++ b/src/conf.h @@ -54,6 +54,7 @@ typedef struct { const char *parent; const char *name; const char *description; + const char *password; bool_t noenter; } conf_channel_t; @@ -64,6 +65,7 @@ typedef struct { void Conf_init(const char *conffile); void Conf_deinit(); +void Conf_test(const char *conffile); const char *getStrConf(param_t param); int getIntConf(param_t param);